2021-02-23 17:54:22 +00:00
|
|
|
### Compilation failed:
|
|
|
|
|
2021-08-27 15:21:12 +00:00
|
|
|
error: 14: layout qualifier 'origin_upper_left' appears more than once
|
2022-04-06 22:24:52 +00:00
|
|
|
origin_upper_left,
|
|
|
|
^^^^^^^^^^^^^^^^^
|
2021-08-27 15:21:12 +00:00
|
|
|
error: 15: layout qualifier 'push_constant' appears more than once
|
2022-04-06 22:24:52 +00:00
|
|
|
push_constant,
|
|
|
|
^^^^^^^^^^^^^
|
2021-08-27 15:21:12 +00:00
|
|
|
error: 16: layout qualifier 'blend_support_all_equations' appears more than once
|
2022-04-06 22:24:52 +00:00
|
|
|
blend_support_all_equations,
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2021-12-06 15:30:51 +00:00
|
|
|
error: 17: layout qualifier 'color' appears more than once
|
2022-04-06 22:24:52 +00:00
|
|
|
color,
|
|
|
|
^^^^^
|
2021-08-27 15:21:12 +00:00
|
|
|
error: 18: layout qualifier 'location' appears more than once
|
2022-04-06 22:24:52 +00:00
|
|
|
location = 2,
|
|
|
|
^^^^^^^^
|
2021-08-27 15:21:12 +00:00
|
|
|
error: 19: layout qualifier 'offset' appears more than once
|
2022-04-06 22:24:52 +00:00
|
|
|
offset = 2,
|
|
|
|
^^^^^^
|
2021-08-27 15:21:12 +00:00
|
|
|
error: 20: layout qualifier 'binding' appears more than once
|
2022-04-06 22:24:52 +00:00
|
|
|
binding = 2,
|
|
|
|
^^^^^^^
|
2021-08-27 15:21:12 +00:00
|
|
|
error: 21: layout qualifier 'index' appears more than once
|
2022-04-06 22:24:52 +00:00
|
|
|
index = 2,
|
|
|
|
^^^^^
|
2021-08-27 15:21:12 +00:00
|
|
|
error: 22: layout qualifier 'set' appears more than once
|
2022-04-06 22:24:52 +00:00
|
|
|
set = 2,
|
|
|
|
^^^
|
2021-08-27 15:21:12 +00:00
|
|
|
error: 23: layout qualifier 'builtin' appears more than once
|
2022-04-06 22:24:52 +00:00
|
|
|
builtin = 2,
|
|
|
|
^^^^^^^
|
2021-08-27 15:21:12 +00:00
|
|
|
error: 24: layout qualifier 'input_attachment_index' appears more than once
|
2022-04-06 22:24:52 +00:00
|
|
|
input_attachment_index = 2
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
2022-04-05 19:43:36 +00:00
|
|
|
error: 1: 'layout(color)' is only permitted in runtime effects
|
2022-04-06 22:24:52 +00:00
|
|
|
layout (
|
|
|
|
^^^^^^^^...
|
2022-04-05 19:43:36 +00:00
|
|
|
error: 1: 'layout(color)' is only permitted on 'uniform' variables
|
2022-04-06 22:24:52 +00:00
|
|
|
layout (
|
|
|
|
^^^^^^^^...
|
2022-04-05 19:43:36 +00:00
|
|
|
error: 1: 'layout(color)' is not permitted on variables of type 'float'
|
2022-04-06 22:24:52 +00:00
|
|
|
layout (
|
|
|
|
^^^^^^^^...
|
2021-09-16 14:42:24 +00:00
|
|
|
14 errors
|