mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
6 lines
62 B
GLSL
6 lines
62 B
GLSL
#version 110
|
|
|
|
void main()
|
|
{
|
|
gl_Position = ftransform();
|
|
}
|