mirror of
https://github.com/3b1b/manim.git
synced 2025-07-27 03:52:20 +08:00
9 lines
104 B
GLSL
9 lines
104 B
GLSL
#version 330
|
|
|
|
in vec3 point;
|
|
|
|
#INSERT emit_gl_Position.glsl
|
|
|
|
void main(){
|
|
emit_gl_Position(point);
|
|
} |