ReactOS 0.4.16-dev-125-g798ea90
|
Public Attributes | |
struct arb_vs_compile_args | args |
GLuint | prgId |
UINT | int_consts [WINED3D_MAX_CONSTS_I] |
char | num_int_consts |
char | need_color_unclamp |
UINT | pos_fixup |
Definition at line 211 of file arb_program_shader.c.
struct arb_vs_compile_args arb_vs_compiled_shader::args |
Definition at line 213 of file arb_program_shader.c.
UINT arb_vs_compiled_shader::int_consts[WINED3D_MAX_CONSTS_I] |
Definition at line 215 of file arb_program_shader.c.
Referenced by shader_arb_generate_vshader(), and shader_arb_vs_local_constants().
char arb_vs_compiled_shader::need_color_unclamp |
Definition at line 217 of file arb_program_shader.c.
Referenced by init_output_registers(), and shader_arb_select().
char arb_vs_compiled_shader::num_int_consts |
Definition at line 216 of file arb_program_shader.c.
Referenced by shader_arb_generate_vshader(), and shader_arb_vs_local_constants().
UINT arb_vs_compiled_shader::pos_fixup |
Definition at line 218 of file arb_program_shader.c.
Referenced by shader_arb_generate_vshader(), and shader_arb_vs_local_constants().
GLuint arb_vs_compiled_shader::prgId |
Definition at line 214 of file arb_program_shader.c.
Referenced by shader_arb_select().