SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
This commit is contained in:
5
Test/nonVulkan.frag
Normal file
5
Test/nonVulkan.frag
Normal file
@@ -0,0 +1,5 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user