BambuStudio/resources/shaders/cali.vs

7 lines
62 B
GLSL

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