Functions | |
void | _mesa_init_exec_table (struct _glapi_table *exec) |
Initialize a dispatch table with pointers to Mesa's immediate-mode commands. |
void _mesa_init_exec_table | ( | struct _glapi_table * | exec | ) |
Initialize a dispatch table with pointers to Mesa's immediate-mode commands.
Pointers to glBegin()/glEnd() object commands and a few others are provided via the GLvertexformat interface.
ctx | GL context to which exec belongs. | |
exec | dispatch table. |