1### Compilation failed: 2 3error: 2: layout qualifier 'binding' is not permitted on a struct field 4 layout(binding = 1) int x; // Not allowed 5 ^^^^^^^^^^^^^^^^^^^^^^^^^ 6error: 3: layout qualifier 'set' is not permitted on a struct field 7 layout(set = 0) int y; // Not allowed 8 ^^^^^^^^^^^^^^^^^^^^^ 92 errors 10