Merge pull request #3031 from rg3igalia/sub-group-size-arb-flat-fix
[platform/upstream/glslang.git] / Test / nonVulkan.frag
1 #version 450\r
2 \r
3 layout(constant_id = 17) const int arraySize = 12;            // ERROR\r
4 layout(input_attachment_index = 1) int foo;                   // ERROR\r
5 layout(push_constant) uniform ubn { int a; } ubi;             // ERROR\r
6 \r
7 #ifdef VULKAN\r
8 #error VULKAN should not be defined\r
9 #endif\r