Quake II RTX doxygen  1.0 dev
tesselator_t Struct Reference

#include <gl.h>

Public Attributes

GLfloat vertices [VERTEX_SIZE *TESS_MAX_VERTICES]
 
QGL_INDEX_TYPE indices [TESS_MAX_INDICES]
 
GLubyte colors [4 *TESS_MAX_VERTICES]
 
GLuint texnum [MAX_TMUS]
 
int numverts
 
int numindices
 
int flags
 

Detailed Description

Definition at line 462 of file gl.h.

Member Data Documentation

◆ colors

GLubyte tesselator_t::colors[4 *TESS_MAX_VERTICES]

Definition at line 465 of file gl.h.

Referenced by _GL_StretchPic(), GL_DrawBeams(), GL_DrawParticles(), and GL_Flush2D().

◆ flags

int tesselator_t::flags

Definition at line 469 of file gl.h.

Referenced by _GL_StretchPic(), GL_DrawFace(), GL_Flush2D(), and GL_Flush3D().

◆ indices

QGL_INDEX_TYPE tesselator_t::indices[TESS_MAX_INDICES]

Definition at line 464 of file gl.h.

Referenced by _GL_StretchPic(), GL_DrawBeams(), GL_DrawFace(), GL_Flush2D(), and GL_Flush3D().

◆ numindices

int tesselator_t::numindices

Definition at line 468 of file gl.h.

Referenced by _GL_StretchPic(), GL_DrawFace(), GL_Flush2D(), and GL_Flush3D().

◆ numverts

int tesselator_t::numverts

◆ texnum

GLuint tesselator_t::texnum[MAX_TMUS]

Definition at line 466 of file gl.h.

Referenced by _GL_StretchPic(), GL_DrawFace(), GL_Flush2D(), and GL_Flush3D().

◆ vertices