SPIRV-Cross/reference/opt/shaders-hlsl/asm/vert/empty-struct-composite.asm.vert
2017-11-23 09:50:11 +01:00

9 lines
55 B
GLSL

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