QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
vid_common_glsl.c File Reference

Functions

int GLSL_CompileShader (const char *name, const shader_t *shader, int type)
 
void GLSL_DumpAttribArrays (void)
 
void GLSL_Init_Common (void)
 
int GLSL_LinkProgram (const char *name, int vert, int frag)
 
int GLSL_ResolveShaderParam (int program, shaderparam_t *param)
 
void GLSL_SetPalette (const byte *palette)
 

Variables

int glsl_colormap
 
int glsl_palette
 

Function Documentation

int GLSL_CompileShader ( const char *  name,
const shader_t shader,
int  type 
)
void GLSL_DumpAttribArrays ( void  )
void GLSL_Init_Common ( void  )
int GLSL_LinkProgram ( const char *  name,
int  vert,
int  frag 
)
int GLSL_ResolveShaderParam ( int  program,
shaderparam_t param 
)
void GLSL_SetPalette ( const byte palette)

Variable Documentation

int glsl_colormap
int glsl_palette