Files
OrcaSlicer/resources/shaders/cali.vs
T
2022-07-15 23:42:08 +08:00

7 lines
62 B
GLSL

#version 110
void main()
{
gl_Position = ftransform();
}