SPIRV-Cross/reference/shaders-hlsl-no-opt/vert/empty-shader.nofxc.sm30.vert

9 lines
55 B
GLSL
Raw Normal View History

void vert_main()
{
}
void main()
{
vert_main();
}