SPIRV-Cross/reference/shaders-hlsl-no-opt/asm/vert/empty-struct-composite.asm.vert
2018-03-13 10:46:55 +01:00

9 lines
55 B
GLSL

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