Cafu Engine
HL2mdl::vtxStripGroupT Struct Reference

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

vtxVertexTGetVertices () const
 
uint16_t * GetIndices () const
 
vtxStripTGetStrips () 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
 

Detailed Description

A strip group is a locking group, representing a single vertex buffer and a single index buffer.


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