PrusaSlicer-NonPlainar/resources/shaders/flat.vs

7 lines
62 B
GLSL

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