8c26479048
Change-Id: Id2061ebe7873aa8b9480a2d8b0133c2fb79e79bb Reviewed-on: https://skia-review.googlesource.com/c/skia/+/424098 Reviewed-by: John Stiles <johnstiles@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
32 lines
596 B
Plaintext
32 lines
596 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,
|
|
max_vertices = 1,
|
|
invocations = 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,
|
|
max_vertices = 1,
|
|
invocations = 1) float x) {}
|