vkQuake2 doxygen  1.0 dev
glpoly_s Struct Reference

#include <gl_model.h>

Public Attributes

struct glpoly_snext
 
struct glpoly_schain
 
int numverts
 
int flags
 
float verts [4][VERTEXSIZE]
 

Detailed Description

Definition at line 86 of file gl_model.h.

Member Data Documentation

◆ chain

struct glpoly_s* glpoly_s::chain

Definition at line 89 of file gl_model.h.

Referenced by DrawGLPolyChain(), GL_RenderLightmappedPoly(), and R_DrawTriangleOutlines().

◆ flags

int glpoly_s::flags

Definition at line 91 of file gl_model.h.

Referenced by GL_BuildPolygonFromSurface().

◆ next

struct glpoly_s* glpoly_s::next

◆ numverts

◆ verts