![]() |
TinyGL 0.4.1 for MinGW
|
#include "zgl.h"
Go to the source code of this file.
Functions | |
void | gl_print_matrix (const float *m) |
void | glopMatrixMode (GLContext *c, GLParam *p) |
void | glopLoadMatrix (GLContext *c, GLParam *p) |
void | glopLoadIdentity (GLContext *c, GLParam *p) |
void | glopMultMatrix (GLContext *c, GLParam *p) |
void | glopPushMatrix (GLContext *c, GLParam *p) |
void | glopPopMatrix (GLContext *c, GLParam *p) |
void | glopRotate (GLContext *c, GLParam *p) |
void | glopScale (GLContext *c, GLParam *p) |
void | glopTranslate (GLContext *c, GLParam *p) |
void | glopFrustum (GLContext *c, GLParam *p) |