mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
9 lines
No EOL
104 B
GLSL
9 lines
No EOL
104 B
GLSL
#version 330
|
|
|
|
in vec3 point;
|
|
|
|
#INSERT emit_gl_Position.glsl
|
|
|
|
void main(){
|
|
emit_gl_Position(point);
|
|
} |