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