Skip to content

Commit

Permalink
Removed vertex stack and -vtxar
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 9, 2003
1 parent bedd3c5 commit 47d24de
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 222 deletions.
3 changes: 1 addition & 2 deletions doomsday/Include/drOpenGL/drOpenGL.h
Expand Up @@ -45,7 +45,7 @@ typedef struct glvertex_s {
extern int useFog, maxTexSize;
extern int palExtAvailable, sharedPalExtAvailable;
extern boolean texCoordPtrEnabled;
extern int verbose, noArrays;
extern int verbose;
extern int useAnisotropic;
extern float maxAniso;
extern int maxTexUnits;
Expand All @@ -57,7 +57,6 @@ void DG_Clear(int bufferbits);
// draw.c
//
extern int polyCounter;
extern glvertex_t currentVertex;

void InitVertexStack();
void KillVertexStack();
Expand Down

0 comments on commit 47d24de

Please sign in to comment.