6 lines
63 B
GLSL
6 lines
63 B
GLSL
#version 120
|
|
|
|
void main(void) {
|
|
gl_Position = ftransform();
|
|
}
|