SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
This commit is contained in:
parent
019f08fcd8
commit
6c292d3ba7
200 changed files with 7841 additions and 5577 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue