glslang-zig/Test/spv.targetOpenGL.vert

9 lines
99 B
GLSL
Executable file

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