LibT2FS 0.1
C API for accessing TEngine data in memory.
Loading...
Searching...
No Matches
s_T2FSPolygonBuffer Struct Reference

#include <models.h>

Data Fields

T2FSVtxCache cache
T2FSPolygonpolygons
 Set per surface.
uint32_t polygonCount
 Amount of valid polygons. Set per surface.
uint32_t polygonSize
 Total size of the polygon buffer. Set per surface.
T2FSSurfaceVertices vertices

Field Documentation

◆ cache

T2FSVtxCache s_T2FSPolygonBuffer::cache

Current cache, do only clear on new mesh, do not clear per surface

◆ polygons

T2FSPolygon* s_T2FSPolygonBuffer::polygons

Set per surface.

◆ polygonCount

uint32_t s_T2FSPolygonBuffer::polygonCount

Amount of valid polygons. Set per surface.

◆ polygonSize

uint32_t s_T2FSPolygonBuffer::polygonSize

Total size of the polygon buffer. Set per surface.

◆ vertices

T2FSSurfaceVertices s_T2FSPolygonBuffer::vertices

The documentation for this struct was generated from the following file: