demo.ChipmunkDemoTextSupport

Undocumented in source.

Members

Functions

ChipmunkDemoTextClearRenderer
void ChipmunkDemoTextClearRenderer()
Undocumented in source. Be warned that the author may not have intended to support it.
ChipmunkDemoTextDrawString
void ChipmunkDemoTextDrawString(cpVect pos, char[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
ChipmunkDemoTextFlushRenderer
void ChipmunkDemoTextFlushRenderer()
Undocumented in source. Be warned that the author may not have intended to support it.
ChipmunkDemoTextInit
void ChipmunkDemoTextInit()
Undocumented in source. Be warned that the author may not have intended to support it.
ChipmunkDemoTextPopRenderer
void ChipmunkDemoTextPopRenderer()
Undocumented in source. Be warned that the author may not have intended to support it.
ChipmunkDemoTextPushRenderer
void ChipmunkDemoTextPushRenderer()
Undocumented in source. Be warned that the author may not have intended to support it.
MAX
auto MAX(T a, T b)
Undocumented in source. Be warned that the author may not have intended to support it.
PushChar
GLfloat PushChar(int character, GLfloat x, GLfloat y, Color color)
Undocumented in source. Be warned that the author may not have intended to support it.
PushTriangles
Triangle* PushTriangles(size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

LineHeight
enum LineHeight;
Undocumented in source.
Scale
enum Scale;
Undocumented in source.

Static variables

glyph_indexes
int[256] glyph_indexes;
Undocumented in source.
program
GLuint program;
Undocumented in source.
texture
GLuint texture;
Undocumented in source.
vao
GLuint vao;
Undocumented in source.
vbo
GLuint vbo;
Undocumented in source.

Structs

Triangle
struct Triangle
Undocumented in source.
Vertex
struct Vertex
Undocumented in source.
v2f
struct v2f
Undocumented in source.

Variables

pushed_triangle_count
GLsizei pushed_triangle_count;
Undocumented in source.
triangle_buffer
Triangle* triangle_buffer;
Undocumented in source.
triangle_capacity
size_t triangle_capacity;
Undocumented in source.
triangle_count
GLsizei triangle_count;
Undocumented in source.

Meta