mirror of
https://github.com/DrBeef/Raze.git
synced 2024-12-14 22:51:42 +00:00
3c193bb243
This removes the final access to OpenGL from the rest of the source, with the exception of the glFinish call in the swap code.
7 lines
97 B
Text
7 lines
97 B
Text
#version 110
|
|
|
|
void main()
|
|
{
|
|
gl_Position = gl_Vertex;
|
|
gl_TexCoord[0] = gl_MultiTexCoord0;
|
|
}
|