glslang/Test/spv.targetOpenGL.vert

10 lines
99 B
GLSL
Executable File

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