7 lines
79 B
GLSL
7 lines
79 B
GLSL
|
|
void main() {
|
|
float y[2];
|
|
float _0_v[2] = y;
|
|
_0_v[0] = _0_v[1];
|
|
}
|