2021-02-26 16:52:59 +00:00
|
|
|
layout (
|
|
|
|
origin_upper_left,
|
|
|
|
push_constant,
|
|
|
|
blend_support_all_equations,
|
|
|
|
srgb_unpremul,
|
|
|
|
location = 1,
|
|
|
|
offset = 1,
|
|
|
|
binding = 1,
|
|
|
|
index = 1,
|
|
|
|
set = 1,
|
|
|
|
builtin = 1,
|
2021-08-27 15:21:12 +00:00
|
|
|
input_attachment_index = 1)
|
2021-02-26 16:52:59 +00:00
|
|
|
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,
|
2021-08-27 15:21:12 +00:00
|
|
|
input_attachment_index = 1) float x) {}
|