blob: 3b4aa9ff286c50be0c8b6ef93cdd2da43aa08331 [file] [log] [blame]
Brian Osmana654faa2021-02-26 11:52:59 -05001layout (
2 origin_upper_left,
3 override_coverage,
4 push_constant,
5 blend_support_all_equations,
6 tracked,
7 srgb_unpremul,
8 key,
9 location = 1,
10 offset = 1,
11 binding = 1,
12 index = 1,
13 set = 1,
14 builtin = 1,
15 input_attachment_index = 1,
16 max_vertices = 1,
17 invocations = 1,
18 marker = one,
19 when = one,
20 ctype = int)
21void on_return() {}
22
23void on_param(
24layout (
25 origin_upper_left,
26 override_coverage,
27 push_constant,
28 blend_support_all_equations,
29 tracked,
30 srgb_unpremul,
31 key,
32 location = 1,
33 offset = 1,
34 binding = 1,
35 index = 1,
36 set = 1,
37 builtin = 1,
38 input_attachment_index = 1,
39 max_vertices = 1,
40 invocations = 1,
41 marker = one,
42 when = one,
43 ctype = int) float x) {}