#include "zgl.h"
#include "opinfo.h"
Go to the source code of this file.
◆ ADD_OP [1/3]
#define ADD_OP |
( |
|
a, |
|
|
|
b, |
|
|
|
c |
|
) |
| "gl" #a " " #c, |
◆ ADD_OP [2/3]
#define ADD_OP |
( |
|
a, |
|
|
|
b, |
|
|
|
c |
|
) |
| glop ## a , |
◆ ADD_OP [3/3]
#define ADD_OP |
( |
|
a, |
|
|
|
b, |
|
|
|
c |
|
) |
| b + 1 , |
◆ gl_add_op()
◆ gl_compile_op()
◆ gl_get_context()
◆ gl_print_op()
void gl_print_op |
( |
FILE * |
f, |
|
|
GLParam * |
p |
|
) |
| |
◆ glEndList()
◆ glGenLists()
unsigned int glGenLists |
( |
int |
range | ) |
|
◆ glIsList()
int glIsList |
( |
unsigned int |
list | ) |
|
◆ glNewList()
void glNewList |
( |
unsigned int |
list, |
|
|
int |
mode |
|
) |
| |
◆ glopCallList()
◆ glopEndList()
◆ glopNextBuffer()