mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-06-04 11:25:39 +08:00
7 lines
62 B
GLSL
7 lines
62 B
GLSL
#version 110
|
|
|
|
void main()
|
|
{
|
|
gl_Position = ftransform();
|
|
}
|