Brian Osman | a654faa | 2021-02-26 11:52:59 -0500 | [diff] [blame^] | 1 | layout ( |
| 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) |
| 21 | void on_return() {} |
| 22 | |
| 23 | void on_param( |
| 24 | layout ( |
| 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) {} |