#include <vk_model.h>
Public Attributes | |
struct vkpoly_s * | next |
struct vkpoly_s * | chain |
int | numverts |
int | flags |
float | verts [4][VERTEXSIZE] |
Definition at line 87 of file vk_model.h.
struct vkpoly_s* vkpoly_s::chain |
Definition at line 90 of file vk_model.h.
Referenced by R_DrawTriangleOutlines(), and Vk_RenderLightmappedPoly().
int vkpoly_s::flags |
Definition at line 92 of file vk_model.h.
Referenced by Vk_BuildPolygonFromSurface().
struct vkpoly_s* vkpoly_s::next |
Definition at line 89 of file vk_model.h.
Referenced by EmitWaterPolys(), R_AddSkySurface(), SubdividePolygon(), and Vk_BuildPolygonFromSurface().
int vkpoly_s::numverts |
Definition at line 91 of file vk_model.h.
Referenced by DrawVkFlowingPoly(), DrawVkPoly(), EmitWaterPolys(), R_AddSkySurface(), R_DrawTriangleOutlines(), SubdividePolygon(), and Vk_BuildPolygonFromSurface().
float vkpoly_s::verts[4][VERTEXSIZE] |
Definition at line 93 of file vk_model.h.
Referenced by DrawVkFlowingPoly(), DrawVkPoly(), EmitWaterPolys(), R_AddSkySurface(), R_DrawTriangleOutlines(), SubdividePolygon(), Vk_BuildPolygonFromSurface(), and Vk_RenderLightmappedPoly().