skia2/resources/sksl/errors/LayoutRepeatedQualifiers.sksl
Brian Osman c23386ca39 Remove layout(override_coverage)
This was only used in the context of sk_SampleMask, which was removed
recently.

Change-Id: Id70d7af8b3a100ff157c2984bad4131f1b92f317
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/410056
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2021-05-18 19:39:54 +00:00

36 lines
636 B
Plaintext

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