Files
OrcaSlicer/resources/shaders/flat.vs
2023-11-04 11:41:00 +08:00

7 lines
62 B
GLSL

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