xkslang/Test/spv.targetVulkan.vert

10 строки
129 B
GLSL
Executable File

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