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