Files
FractalInspector/shaders/test.vert.glsl
2025-04-25 13:45:51 -04:00

6 lines
123 B
GLSL

#version 120
void main() {
//gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
gl_Position = ftransform();
}