99ddd2a98d
Bug: skia:8451 skia:10827 Change-Id: I5b38a1d72cd4558f8e2a92aaf9b12f05efce0923 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/442683 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: Chris Dalton <csmartdalton@google.com> Reviewed-by: John Stiles <johnstiles@google.com>
28 lines
510 B
Plaintext
28 lines
510 B
Plaintext
layout (
|
|
origin_upper_left,
|
|
push_constant,
|
|
blend_support_all_equations,
|
|
srgb_unpremul,
|
|
location = 1,
|
|
offset = 1,
|
|
binding = 1,
|
|
index = 1,
|
|
set = 1,
|
|
builtin = 1,
|
|
input_attachment_index = 1)
|
|
void on_return() {}
|
|
|
|
void on_param(
|
|
layout (
|
|
origin_upper_left,
|
|
push_constant,
|
|
blend_support_all_equations,
|
|
srgb_unpremul,
|
|
location = 1,
|
|
offset = 1,
|
|
binding = 1,
|
|
index = 1,
|
|
set = 1,
|
|
builtin = 1,
|
|
input_attachment_index = 1) float x) {}
|