unplugged-system/external/skia/resources/sksl/errors/LayoutInInterfaceBlock.sksl

12 lines
248 B
Plaintext
Raw Normal View History

struct A { int x; };
t {
layout(binding=1) A y; // Not allowed
layout(set=0) A z; // Not allowed
};
/*%%*
layout qualifier 'binding' is not permitted on a struct field
layout qualifier 'set' is not permitted on a struct field
*%%*/