blob: 9030972e1fc61b090be88eac29d6a5828d58ee4d [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