Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
SBlendStackItem Struct Reference

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

Detailed Description

Helper structure for RenderBlends.

Definition at line 884 of file PatchRData.cpp.

Member Typedef Documentation

Definition at line 892 of file PatchRData.cpp.

Constructor & Destructor Documentation

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

Definition at line 886 of file PatchRData.cpp.

Member Data Documentation

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.


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