John Kessenich | 6c292d3 | 2016-02-15 20:58:50 -0700 | [diff] [blame] | 1 | #version 450 |
2 | |||||
3 | layout(constant_id = 17) const int arraySize = 12; // ERROR | ||||
4 | layout(input_attachment_index = 1) int foo; // ERROR | ||||
John Kessenich | e512cd9 | 2016-05-03 21:17:55 -0600 | [diff] [blame] | 5 | layout(push_constant) uniform ubn { int a; } ubi; // ERROR |
6 | |||||
7 | #ifdef VULKAN | ||||
8 | #error VULKAN should not be defined | ||||
9 | #endif |