Macros | |
| #define | NH_DEFINE |
| #define | RE_LOOP(type_name, Type) |
Functions | |
| void | glsl_R_ClearState (void) |
| void | glsl_R_Init (void) |
| void | glsl_R_LineGraph (int x, int y, int *h_vals, int count) |
| void | glsl_R_NewMap (model_t *worldmodel, struct model_s **models, int num_models) |
| void | glsl_R_RenderView (void) |
| void | glsl_R_SetupFrame (void) |
| void | glsl_R_TimeRefresh_f (void) |
| void | glsl_R_ViewChanged (float aspect) |
Variables | |
| mat4_t | glsl_projection |
| mat4_t | glsl_view |
| #define NH_DEFINE |
| #define RE_LOOP | ( | type_name, | |
| Type | |||
| ) |
| void glsl_R_ClearState | ( | void | ) |
| void glsl_R_Init | ( | void | ) |
| void glsl_R_RenderView | ( | void | ) |
| void glsl_R_SetupFrame | ( | void | ) |
| void glsl_R_TimeRefresh_f | ( | void | ) |
| void glsl_R_ViewChanged | ( | float | aspect | ) |
| mat4_t glsl_projection |
| mat4_t glsl_view |