mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 11:30:06 +00:00
10 lines
129 B
GLSL
10 lines
129 B
GLSL
#version 450
|
|
|
|
layout(constant_id = 3) const int a = 2;
|
|
|
|
layout(push_constant) uniform pc { float f; };
|
|
|
|
void main()
|
|
{
|
|
}
|