mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-06-22 07:53:28 +08:00
7 lines
62 B
GLSL
7 lines
62 B
GLSL
#version 110
|
|
|
|
void main()
|
|
{
|
|
gl_Position = ftransform();
|
|
}
|