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
 
CVector2D translate
 
CColor color
 
std::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

◆ chars

size_t CTextRenderer::SBatch::chars

◆ color

CColor CTextRenderer::SBatch::color

◆ font

std::shared_ptr<CFont> CTextRenderer::SBatch::font

◆ runs

std::list<SBatchRun> CTextRenderer::SBatch::runs

◆ translate

CVector2D CTextRenderer::SBatch::translate

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