7 lines
62 B
Plaintext
7 lines
62 B
Plaintext
|
#version 110
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
gl_Position = ftransform();
|
||
|
}
|