blob: 0af6e27f44b1947a3c7910327a668461ccd7ea2a [file] [log] [blame]
### 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