ReactOS 0.4.15-dev-7931-gfd331f1
arb_vs_compiled_shader Struct Reference
Collaboration diagram for arb_vs_compiled_shader:

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
 

Detailed Description

Definition at line 211 of file arb_program_shader.c.

Member Data Documentation

◆ args

struct arb_vs_compile_args arb_vs_compiled_shader::args

Definition at line 213 of file arb_program_shader.c.

◆ int_consts

UINT arb_vs_compiled_shader::int_consts[WINED3D_MAX_CONSTS_I]

◆ need_color_unclamp

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().

◆ num_int_consts

char arb_vs_compiled_shader::num_int_consts

◆ pos_fixup

UINT arb_vs_compiled_shader::pos_fixup

◆ prgId

GLuint arb_vs_compiled_shader::prgId

Definition at line 214 of file arb_program_shader.c.

Referenced by shader_arb_select().


The documentation for this struct was generated from the following file: