mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-30 16:38:41 +03:00
7 lines
62 B
GLSL
7 lines
62 B
GLSL
#version 110
|
|
|
|
void main()
|
|
{
|
|
gl_Position = ftransform();
|
|
}
|