8538b4c9c0
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.
9 lines
55 B
GLSL
9 lines
55 B
GLSL
void vert_main()
|
|
{
|
|
}
|
|
|
|
void main()
|
|
{
|
|
vert_main();
|
|
}
|