Pyrogenesis  trunk
Public Types | Public Member Functions | Public Attributes | List of all members
SBlendStackItem Struct Reference

Helper structure for RenderBlends. More...

Collaboration diagram for SBlendStackItem:
Collaboration graph
[legend]

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::VBChunkvertices
 
CVertexBuffer::VBChunkindices
 
SplatStack splats
 

Detailed Description

Helper structure for RenderBlends.

Member Typedef Documentation

Constructor & Destructor Documentation

SBlendStackItem::SBlendStackItem ( CVertexBuffer::VBChunk v,
CVertexBuffer::VBChunk i,
const std::vector< CPatchRData::SSplat > &  s,
Allocators::DynamicArena arena 
)
inline

Member Data Documentation

CVertexBuffer::VBChunk* SBlendStackItem::indices
SplatStack SBlendStackItem::splats
CVertexBuffer::VBChunk* SBlendStackItem::vertices

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