mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-13 03:32:55 +02:00
6 lines
No EOL
145 B
GLSL
6 lines
No EOL
145 B
GLSL
#version 120
|
|
|
|
void main(void) {
|
|
gl_FrontColor = gl_Color; //vec4(1.0, 0.0, 0.0, 1.0);
|
|
gl_Position = gl_Vertex;// ftransform();
|
|
} |