doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
gldraw.cpp File Reference
#include "../../../idlib/precompiled.h"
#include "dmap.h"

Go to the source code of this file.

Functions

void Draw_ClearWindow (void)
 
void DrawWinding (const idWinding *w)
 
void DrawAuxWinding (const idWinding *w)
 
void GLS_Winding (const idWinding *w, int code)
 
void GLS_BeginScene (void)
 
void GLS_EndScene (void)
 

Function Documentation

void Draw_ClearWindow ( void  )

Definition at line 273 of file gldraw.cpp.

void DrawAuxWinding ( const idWinding w)

Definition at line 279 of file gldraw.cpp.

void DrawWinding ( const idWinding w)

Definition at line 276 of file gldraw.cpp.

void GLS_BeginScene ( void  )

Definition at line 285 of file gldraw.cpp.

void GLS_EndScene ( void  )

Definition at line 288 of file gldraw.cpp.

void GLS_Winding ( const idWinding w,
int  code 
)

Definition at line 282 of file gldraw.cpp.