6 lines
44 B
GLSL
6 lines
44 B
GLSL
|
|
void main() {
|
|
int i;
|
|
ivec3(i--);
|
|
}
|
|
|
void main() {
|
|
int i;
|
|
ivec3(i--);
|
|
}
|