blob: ee05b5aab1238e3dbbc85667b205def78c1080a9 [file] [log] [blame]
Brian Osmana654faa2021-02-26 11:52:59 -05001layout (
2 origin_upper_left,
Brian Osmana654faa2021-02-26 11:52:59 -05003 push_constant,
4 blend_support_all_equations,
Brian Osmana654faa2021-02-26 11:52:59 -05005 srgb_unpremul,
Brian Osmana654faa2021-02-26 11:52:59 -05006 location = 1,
7 offset = 1,
8 binding = 1,
9 index = 1,
10 set = 1,
11 builtin = 1,
Brian Osman99ddd2a2021-08-27 11:21:12 -040012 input_attachment_index = 1)
Brian Osmana654faa2021-02-26 11:52:59 -050013void on_return() {}
14
15void on_param(
16layout (
17 origin_upper_left,
Brian Osmana654faa2021-02-26 11:52:59 -050018 push_constant,
19 blend_support_all_equations,
Brian Osmana654faa2021-02-26 11:52:59 -050020 srgb_unpremul,
Brian Osmana654faa2021-02-26 11:52:59 -050021 location = 1,
22 offset = 1,
23 binding = 1,
24 index = 1,
25 set = 1,
26 builtin = 1,
Brian Osman99ddd2a2021-08-27 11:21:12 -040027 input_attachment_index = 1) float x) {}