RetroArch
|
Public Attributes | |
struct video_shader * | shader |
char | alias_define [GFX_MAX_SHADERS][128] |
unsigned | active_idx |
unsigned | attribs_index |
CGparameter | attribs_elems [32 *PREV_TEXTURES+2+4+GFX_MAX_SHADERS] |
CGprofile | cgVProf |
CGprofile | cgFProf |
struct shader_program_cg | prg [GFX_MAX_SHADERS] |
GLuint | lut_textures [GFX_MAX_TEXTURES] |
state_tracker_t * | state_tracker |
CGcontext | cgCtx |
unsigned cg_shader_data::active_idx |
char cg_shader_data::alias_define[GFX_MAX_SHADERS][128] |
CGparameter cg_shader_data::attribs_elems[32 *PREV_TEXTURES+2+4+GFX_MAX_SHADERS] |
unsigned cg_shader_data::attribs_index |
CGcontext cg_shader_data::cgCtx |
CGprofile cg_shader_data::cgFProf |
CGprofile cg_shader_data::cgVProf |
GLuint cg_shader_data::lut_textures[GFX_MAX_TEXTURES] |
struct shader_program_cg cg_shader_data::prg[GFX_MAX_SHADERS] |
struct video_shader* cg_shader_data::shader |
state_tracker_t* cg_shader_data::state_tracker |