![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
A list of SBatchRuns, with a single font/color/transform, to be rendered in a single GL call. More...

Public Attributes | |
| size_t | chars |
| CVector2D | translate |
| CColor | color |
| std::shared_ptr< CFont > | font |
| std::list< SBatchRun > | runs |
A list of SBatchRuns, with a single font/color/transform, to be rendered in a single GL call.
| size_t CTextRenderer::SBatch::chars |
| CColor CTextRenderer::SBatch::color |
| std::shared_ptr<CFont> CTextRenderer::SBatch::font |
| std::list<SBatchRun> CTextRenderer::SBatch::runs |
| CVector2D CTextRenderer::SBatch::translate |