bgfx/3rdparty/glslang/Test/spv.targetVulkan.vert
Branimir Karadžić 9fed9e41be Updated glslang.
2017-06-30 19:37:56 -07:00

10 lines
129 B
GLSL
Executable File

#version 450
layout(constant_id = 3) const int a = 2;
layout(push_constant) uniform pc { float f; };
void main()
{
}