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

9 lines
55 B
GLSL
Raw Normal View History

2017-11-22 11:08:06 +00:00
void vert_main()
{
}
void main()
{
vert_main();
}