6 lines
67 B
GLSL
6 lines
67 B
GLSL
#version 150
|
|
|
|
void main(void) {
|
|
gl_Position = qgl_ftransform();
|
|
}
|