Pyrogenesis
13997
|
Helper structure for RenderBlends. More...
Public Types | |
typedef std::vector < CPatchRData::SSplat, ProxyAllocator < CPatchRData::SSplat, Allocators::DynamicArena > > | SplatStack |
Public Member Functions | |
SBlendStackItem (CVertexBuffer::VBChunk *v, CVertexBuffer::VBChunk *i, const std::vector< CPatchRData::SSplat > &s, Allocators::DynamicArena &arena) | |
Public Attributes | |
CVertexBuffer::VBChunk * | vertices |
CVertexBuffer::VBChunk * | indices |
SplatStack | splats |
Helper structure for RenderBlends.
Definition at line 884 of file PatchRData.cpp.
typedef std::vector<CPatchRData::SSplat, ProxyAllocator<CPatchRData::SSplat, Allocators::DynamicArena > > SBlendStackItem::SplatStack |
Definition at line 892 of file PatchRData.cpp.
|
inline |
Definition at line 886 of file PatchRData.cpp.
CVertexBuffer::VBChunk* SBlendStackItem::indices |
Definition at line 894 of file PatchRData.cpp.
SplatStack SBlendStackItem::splats |
Definition at line 895 of file PatchRData.cpp.
CVertexBuffer::VBChunk* SBlendStackItem::vertices |
Definition at line 893 of file PatchRData.cpp.