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