Go to the source code of this file.
Functions | |
void | st_init_flush_functions (struct dd_function_table *functions) |
void st_init_flush_functions | ( | struct dd_function_table * | functions | ) |
Definition at line 145 of file st_cb_flush.c.
References st_glFinish(), and st_glFlush().
00146 { 00147 functions->Flush = st_glFlush; 00148 functions->Finish = st_glFinish; 00149 }