18 #ifndef __RARCH_GLSL_H 19 #define __RARCH_GLSL_H 22 #include "../video_driver.h" void(* gfx_ctx_proc_t)(void)
Definition: video_driver.h:330
void gl_glsl_set_get_proc_address(gfx_ctx_proc_t(*proc)(const char *))
Definition: shader_glsl.c:1699
void gl_glsl_set_context_type(bool core_profile, unsigned major, unsigned minor)
Definition: shader_glsl.c:1704