mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-05 17:21:06 +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;
|
|
}
|