Go to the source code of this file.
Functions | |
void | st_init_feedback_functions (struct dd_function_table *functions) |
void st_init_feedback_functions | ( | struct dd_function_table * | functions | ) |
Definition at line 307 of file st_cb_feedback.c.
References st_RenderMode().
00308 { 00309 functions->RenderMode = st_RenderMode; 00310 }