orcaslicer/resources/shaders/cali.vs

7 lines
62 B
Text
Raw Normal View History

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