ReactOS 0.4.15-dev-8100-g1887773
arb_pshader_private Struct Reference
Collaboration diagram for arb_pshader_private:

Public Attributes

struct arb_ps_compiled_shadergl_shaders
 
UINT num_gl_shaders
 
UINT shader_array_size
 
DWORD input_signature_idx
 
DWORD clipplane_emulation
 
BOOL clamp_consts
 

Detailed Description

Definition at line 273 of file arb_program_shader.c.

Member Data Documentation

◆ clamp_consts

BOOL arb_pshader_private::clamp_consts

Definition at line 278 of file arb_program_shader.c.

Referenced by find_arb_pshader().

◆ clipplane_emulation

DWORD arb_pshader_private::clipplane_emulation

◆ gl_shaders

struct arb_ps_compiled_shader* arb_pshader_private::gl_shaders

Definition at line 274 of file arb_program_shader.c.

Referenced by find_arb_pshader(), and shader_arb_destroy().

◆ input_signature_idx

DWORD arb_pshader_private::input_signature_idx

Definition at line 276 of file arb_program_shader.c.

Referenced by find_arb_pshader(), and find_arb_vs_compile_args().

◆ num_gl_shaders

UINT arb_pshader_private::num_gl_shaders

Definition at line 275 of file arb_program_shader.c.

Referenced by find_arb_pshader(), and shader_arb_destroy().

◆ shader_array_size

UINT arb_pshader_private::shader_array_size

Definition at line 275 of file arb_program_shader.c.

Referenced by find_arb_pshader().


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