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