Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Helper structure for RenderBlends. More...
Public Types | |
using | SplatStack = std::vector< CPatchRData::SSplat, ProxyAllocator< CPatchRData::SSplat, Arena > > |
Public Member Functions | |
SBlendStackItem (CVertexBuffer::VBChunk *v, CVertexBuffer::VBChunk *i, const std::vector< CPatchRData::SSplat > &s, Arena &arena) | |
Public Attributes | |
CVertexBuffer::VBChunk * | vertices |
CVertexBuffer::VBChunk * | indices |
SplatStack | splats |
Helper structure for RenderBlends.
using SBlendStackItem::SplatStack = std::vector<CPatchRData::SSplat, ProxyAllocator<CPatchRData::SSplat, Arena> > |
|
inline |
CVertexBuffer::VBChunk* SBlendStackItem::indices |
SplatStack SBlendStackItem::splats |
CVertexBuffer::VBChunk* SBlendStackItem::vertices |