ReactOS 0.4.15-dev-7918-g2a2556c
ffp_frag_settings Struct Reference

#include <wined3d_private.h>

Collaboration diagram for ffp_frag_settings:

Public Attributes

struct texture_stage_op op [MAX_TEXTURES]
 
enum wined3d_ffp_ps_fog_mode fog
 
unsigned char sRGB_write
 
unsigned char emul_clipplanes
 
unsigned char texcoords_initialized
 
unsigned char color_key_enabled: 1
 
unsigned char pointsprite: 1
 
unsigned char flatshading: 1
 
unsigned char alpha_test_func: 3
 
unsigned char padding: 2
 

Detailed Description

Definition at line 2679 of file wined3d_private.h.

Member Data Documentation

◆ alpha_test_func

unsigned char ffp_frag_settings::alpha_test_func

Definition at line 2689 of file wined3d_private.h.

◆ color_key_enabled

unsigned char ffp_frag_settings::color_key_enabled

Definition at line 2686 of file wined3d_private.h.

◆ emul_clipplanes

unsigned char ffp_frag_settings::emul_clipplanes

Definition at line 2684 of file wined3d_private.h.

◆ flatshading

unsigned char ffp_frag_settings::flatshading

Definition at line 2688 of file wined3d_private.h.

◆ fog

enum wined3d_ffp_ps_fog_mode ffp_frag_settings::fog

Definition at line 2682 of file wined3d_private.h.

◆ op

struct texture_stage_op ffp_frag_settings::op[MAX_TEXTURES]

Definition at line 2681 of file wined3d_private.h.

◆ padding

unsigned char ffp_frag_settings::padding

Definition at line 2690 of file wined3d_private.h.

◆ pointsprite

unsigned char ffp_frag_settings::pointsprite

Definition at line 2687 of file wined3d_private.h.

◆ sRGB_write

unsigned char ffp_frag_settings::sRGB_write

Definition at line 2683 of file wined3d_private.h.

◆ texcoords_initialized

unsigned char ffp_frag_settings::texcoords_initialized

Definition at line 2685 of file wined3d_private.h.


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