ReactOS 0.4.15-dev-7924-g5949c20
ps_compile_args Struct Reference

#include <wined3d_private.h>

Collaboration diagram for ps_compile_args:

Public Attributes

struct color_fixup_desc color_fixup [MAX_FRAGMENT_SAMPLERS]
 
enum vertexprocessing_mode vp_mode
 
enum wined3d_ffp_ps_fog_mode fog
 
WORD tex_transform
 
WORD tex_types
 
WORD srgb_correction
 
WORD np2_fixup
 
WORD shadow
 
WORD texcoords_initialized
 
DWORD pointsprite: 1
 
DWORD flatshading: 1
 
DWORD alpha_test_func: 3
 
DWORD render_offscreen: 1
 
DWORD dual_source_blend: 1
 
DWORD padding: 25
 

Detailed Description

Definition at line 1347 of file wined3d_private.h.

Member Data Documentation

◆ alpha_test_func

DWORD ps_compile_args::alpha_test_func

Definition at line 1363 of file wined3d_private.h.

◆ color_fixup

struct color_fixup_desc ps_compile_args::color_fixup[MAX_FRAGMENT_SAMPLERS]

Definition at line 1349 of file wined3d_private.h.

◆ dual_source_blend

DWORD ps_compile_args::dual_source_blend

Definition at line 1365 of file wined3d_private.h.

◆ flatshading

DWORD ps_compile_args::flatshading

Definition at line 1362 of file wined3d_private.h.

◆ fog

enum wined3d_ffp_ps_fog_mode ps_compile_args::fog

Definition at line 1351 of file wined3d_private.h.

◆ np2_fixup

WORD ps_compile_args::np2_fixup

Definition at line 1358 of file wined3d_private.h.

Referenced by shader_generate_glsl_declarations().

◆ padding

DWORD ps_compile_args::padding

Definition at line 1366 of file wined3d_private.h.

◆ pointsprite

DWORD ps_compile_args::pointsprite

Definition at line 1361 of file wined3d_private.h.

◆ render_offscreen

DWORD ps_compile_args::render_offscreen

Definition at line 1364 of file wined3d_private.h.

◆ shadow

WORD ps_compile_args::shadow

Definition at line 1359 of file wined3d_private.h.

Referenced by glsl_is_shadow_sampler().

◆ srgb_correction

WORD ps_compile_args::srgb_correction

Definition at line 1354 of file wined3d_private.h.

◆ tex_transform

WORD ps_compile_args::tex_transform

Definition at line 1352 of file wined3d_private.h.

◆ tex_types

WORD ps_compile_args::tex_types

Definition at line 1353 of file wined3d_private.h.

◆ texcoords_initialized

WORD ps_compile_args::texcoords_initialized

Definition at line 1360 of file wined3d_private.h.

◆ vp_mode

enum vertexprocessing_mode ps_compile_args::vp_mode

Definition at line 1350 of file wined3d_private.h.


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