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