blob: 425e8402dbeafd40f06b568bab6e64e5f97d061b [file] [log] [blame]
John Kessenich6c292d32016-02-15 20:58:50 -07001#version 450
2
3layout(constant_id = 17) const int arraySize = 12; // ERROR
4layout(input_attachment_index = 1) int foo; // ERROR
John Kesseniche512cd92016-05-03 21:17:55 -06005layout(push_constant) uniform ubn { int a; } ubi; // ERROR
6
7#ifdef VULKAN
8#error VULKAN should not be defined
9#endif