7d223b8987
Forwarded temporaries would never declare a temporary. Figure out all result types ahead of time so we can deal with those temporaries as well.
10 lines
83 B
GLSL
10 lines
83 B
GLSL
#version 450
|
|
|
|
void main()
|
|
{
|
|
for (int _22 = 35; _22 >= 0; _22--)
|
|
{
|
|
}
|
|
}
|
|
|