Pyrogenesis  trunk
Public Attributes | List of all members
CTextRenderer::SBatch Struct Reference

A list of SBatchRuns, with a single font/color/transform, to be rendered in a single GL call. More...

Collaboration diagram for CTextRenderer::SBatch:
Collaboration graph
[legend]

Public Attributes

size_t chars
 
CMatrix3D transform
 
CColor color
 
shared_ptr< CFontfont
 
std::list< SBatchRunruns
 

Detailed Description

A list of SBatchRuns, with a single font/color/transform, to be rendered in a single GL call.

Member Data Documentation

size_t CTextRenderer::SBatch::chars
CColor CTextRenderer::SBatch::color
shared_ptr<CFont> CTextRenderer::SBatch::font
std::list<SBatchRun> CTextRenderer::SBatch::runs
CMatrix3D CTextRenderer::SBatch::transform

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