Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include "precompiled.h"
#include "TextRenderer.h"
#include "graphics/Font.h"
#include "graphics/FontManager.h"
#include "graphics/ShaderProgram.h"
#include "graphics/TextureManager.h"
#include "maths/Matrix3D.h"
#include "ps/CStrIntern.h"
#include "ps/CStrInternStatic.h"
#include "renderer/Renderer.h"
#include <errno.h>
Classes | |
struct | SBatchCompare |
Namespaces | |
namespace | anonymous_namespace{TextRenderer.cpp} |
Variables | |
constexpr size_t | anonymous_namespace{TextRenderer.cpp}::MAX_CHAR_COUNT_PER_BATCH = 65536 / 4 |