First Commit
This commit is contained in:
9
externals/glslang/Test/spv.targetVulkan.vert
vendored
Normal file
9
externals/glslang/Test/spv.targetVulkan.vert
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#version 450
|
||||
|
||||
layout(constant_id = 3) const int a = 2;
|
||||
|
||||
layout(push_constant) uniform pc { float f; };
|
||||
|
||||
void main()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user