5 lines
84 B
GLSL
5 lines
84 B
GLSL
void foo()
|
|
{
|
|
int a = 1 + 2 * 3 + (4 - 2) / 2 + max(7, 8) - bar.xy + abc[13];
|
|
}
|
|
|