SPIRV-Cross/reference/shaders-hlsl-no-opt/asm/vert/empty-struct-composite.asm.vert

9 lines
55 B
GLSL
Raw Normal View History

2018-03-13 09:46:55 +00:00
void vert_main()
{
}
void main()
{
vert_main();
}