Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include "graphics/Color.h"
#include "graphics/ShaderProgram.h"
#include "maths/Rect.h"
#include "maths/Vector2D.h"
#include "ps/CStrIntern.h"
#include "renderer/backend/IDeviceCommandContext.h"
#include <list>
Go to the source code of this file.
Classes | |
class | CTextRenderer |
struct | CTextRenderer::SBatchRun |
A string (optionally owned by this object, or else pointing to an externally-owned string) with a position. More... | |
struct | CTextRenderer::SBatch |
A list of SBatchRuns, with a single font/color/transform, to be rendered in a single GL call. More... | |