skia2/resources/sksl/errors/LayoutRepeatedQualifiers.sksl
Brian Osman dc4f8cd7ea Add early_fragment_tests layout qualifier to SkSL
Bug: skia:11356
Change-Id: I16322e6396dc7e7c8c50ba1d39e07311cf3bd346
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/376116
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
2021-03-02 16:45:03 +00:00

44 lines
796 B
Plaintext

layout (
origin_upper_left,
override_coverage,
early_fragment_tests,
push_constant,
blend_support_all_equations,
tracked,
srgb_unpremul,
key,
location = 1,
offset = 1,
binding = 1,
index = 1,
set = 1,
builtin = 1,
input_attachment_index = 1,
max_vertices = 1,
invocations = 1,
marker = one,
when = one,
ctype = int,
origin_upper_left,
override_coverage,
early_fragment_tests,
push_constant,
blend_support_all_equations,
tracked,
srgb_unpremul,
key,
location = 2,
offset = 2,
binding = 2,
index = 2,
set = 2,
builtin = 2,
input_attachment_index = 2,
max_vertices = 2,
invocations = 2,
marker = two,
when = two,
ctype = float
) float x;