10 lines
324 B
GLSL
10 lines
324 B
GLSL
### Compilation failed:
|
|
|
|
error: 2: layout qualifier 'binding' is not permitted on a struct field
|
|
layout(binding = 1) int x; // Not allowed
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
error: 3: layout qualifier 'set' is not permitted on a struct field
|
|
layout(set = 0) int y; // Not allowed
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
2 errors
|