9 lines
No EOL
70 B
GLSL
9 lines
No EOL
70 B
GLSL
#version 330 core
|
|
|
|
uniform float x;
|
|
uniform float y;
|
|
|
|
|
|
void main(){
|
|
|
|
} |