Files
nmage/res/shaders/simple.vert.glsl
2021-10-09 09:35:08 +04:00

7 lines
48 B
GLSL
Executable File

#version 400
uniform float r;
void main() {
}