mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
9 lines
No EOL
116 B
GLSL
9 lines
No EOL
116 B
GLSL
#version 330
|
|
|
|
in vec3 point;
|
|
|
|
#INSERT get_gl_Position.glsl
|
|
|
|
void main(){
|
|
gl_Position = get_gl_Position(point);
|
|
} |