We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e61e19 commit ef91bb2Copy full SHA for ef91bb2
1 file changed
ink/rendering/skia/common_internal/sksl_vertex_shader_helper_functions.h
@@ -354,7 +354,8 @@ inline constexpr absl::string_view kSkSLVertexShaderHelpers =
354
255.0 * packedValue.w - 128.0);
355
})"
356
// LINT.ThenChange(
357
- // ../../../strokes/internal/stroke_vertex.cc:label_packing)
+ // ../../../strokes/internal/stroke_vertex.cc:label_packing,
358
+ // ../../../rendering/webgpu/StrokeShader.wgsl:derivative_and_label_unpacking)
359
360
// Unpacks an HSL color-shift value into a `float3` from one of the
361
// supported "packed" types.
0 commit comments