SPIRV-Cross/reference/shaders-hlsl/asm/vert/empty-struct-composite.asm.vert
Hans-Kristian Arntzen 8538b4c9c0 Handle empty struct declarations with best effort.
This "feature" is a bit icky as we have no useful representation of it,
so never emit code which has anything to do with empty structs.
2017-10-06 13:05:14 +02:00

9 lines
55 B
GLSL

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