orcaslicer/resources/shaders/cali.vs
lane.wei 1555904bef Add the full source of BambuStudio
using version 1.0.10
2022-07-15 23:42:08 +08:00

6 lines
62 B
GLSL

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