First Commit
This commit is contained in:
9
externals/glslang/Test/nonVulkan.frag
vendored
Normal file
9
externals/glslang/Test/nonVulkan.frag
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#version 450
|
||||
|
||||
layout(constant_id = 17) const int arraySize = 12; // ERROR
|
||||
layout(input_attachment_index = 1) int foo; // ERROR
|
||||
layout(push_constant) uniform ubn { int a; } ubi; // ERROR
|
||||
|
||||
#ifdef VULKAN
|
||||
#error VULKAN should not be defined
|
||||
#endif
|
||||
Reference in New Issue
Block a user