A strip group is a locking group, representing a single vertex buffer and a single index buffer. More...
#include "Loader_mdl_hl2_vtx.hpp"
Public Types | |
| enum | FlagsT { IS_FLEXED = 1, IS_HWSKINNED = 2, IS_DELTA_FLEXED = 4 } |
Public Member Functions | |
| vtxVertexT * | GetVertices () const |
| uint16_t * | GetIndices () const |
| vtxStripT * | GetStrips () const |
| std::ostream & | print (std::ostream &os, const char *indent) const |
Public Attributes | |
| uint32_t | NumVerts |
| uint32_t | VertsOffset |
| uint32_t | NumIndices |
| uint32_t | IndicesOffset |
| uint32_t | NumStrips |
| uint32_t | StripsOffset |
| uint8_t | Flags |
A strip group is a locking group, representing a single vertex buffer and a single index buffer.