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

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

Detailed Description

Helper structure for RenderBlends.

Member Typedef Documentation

◆ SplatStack

Constructor & Destructor Documentation

◆ SBlendStackItem()

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

Member Data Documentation

◆ indices

CVertexBuffer::VBChunk* SBlendStackItem::indices

◆ splats

SplatStack SBlendStackItem::splats

◆ vertices

CVertexBuffer::VBChunk* SBlendStackItem::vertices

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