#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 |
| 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().
| int tesselator_t::flags |
Definition at line 469 of file gl.h.
Referenced by _GL_StretchPic(), GL_DrawFace(), GL_Flush2D(), and GL_Flush3D().
| 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().
| int tesselator_t::numindices |
Definition at line 468 of file gl.h.
Referenced by _GL_StretchPic(), GL_DrawFace(), GL_Flush2D(), and GL_Flush3D().
| int tesselator_t::numverts |
Definition at line 467 of file gl.h.
Referenced by _GL_StretchPic(), GL_CopyVerts(), GL_Flush2D(), GL_Flush3D(), upload_surface_vbo(), and upload_world_surfaces().
| 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().
| GLfloat tesselator_t::vertices[VERTEX_SIZE *TESS_MAX_VERTICES] |
Definition at line 463 of file gl.h.
Referenced by _GL_StretchPic(), draw_alias_mesh(), GL_BindArrays(), GL_CopyVerts(), GL_DrawBeams(), GL_DrawParticles(), GL_Flush2D(), tess_lerped_plain(), tess_lerped_shade(), tess_lerped_shell(), tess_static_plain(), tess_static_shade(), tess_static_shell(), upload_surface_vbo(), and upload_world_surfaces().