mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
7 lines
126 B
Text
7 lines
126 B
Text
|
|
void main()
|
|
{
|
|
gl_FrontColor = gl_Color;
|
|
gl_TexCoord[0] = gl_MultiTexCoord0;
|
|
gl_Position = ProjectionMatrix * gl_Vertex;
|
|
}
|