ReactOS 0.4.17-dev-934-g091855f
wined3d_depth_stencil_state_desc Struct Reference

#include <wined3d.h>

Collaboration diagram for wined3d_depth_stencil_state_desc:

Public Attributes

BOOL depth
 
BOOL depth_write
 
enum wined3d_cmp_func depth_func
 
BOOL stencil
 
unsigned int stencil_read_mask
 
unsigned int stencil_write_mask
 
struct wined3d_stencil_op_desc front
 
struct wined3d_stencil_op_desc back
 

Detailed Description

Definition at line 2059 of file wined3d.h.

Member Data Documentation

◆ back

struct wined3d_stencil_op_desc wined3d_depth_stencil_state_desc::back

Definition at line 2068 of file wined3d.h.

Referenced by d3d_depthstencil_state_create().

◆ depth

BOOL wined3d_depth_stencil_state_desc::depth

Definition at line 2061 of file wined3d.h.

Referenced by d3d_depthstencil_state_create().

◆ depth_func

enum wined3d_cmp_func wined3d_depth_stencil_state_desc::depth_func

Definition at line 2063 of file wined3d.h.

Referenced by d3d_depthstencil_state_create().

◆ depth_write

BOOL wined3d_depth_stencil_state_desc::depth_write

Definition at line 2062 of file wined3d.h.

Referenced by d3d_depthstencil_state_create().

◆ front

struct wined3d_stencil_op_desc wined3d_depth_stencil_state_desc::front

Definition at line 2067 of file wined3d.h.

Referenced by d3d_depthstencil_state_create().

◆ stencil

BOOL wined3d_depth_stencil_state_desc::stencil

Definition at line 2064 of file wined3d.h.

Referenced by d3d_depthstencil_state_create().

◆ stencil_read_mask

unsigned int wined3d_depth_stencil_state_desc::stencil_read_mask

Definition at line 2065 of file wined3d.h.

Referenced by d3d_depthstencil_state_create().

◆ stencil_write_mask

unsigned int wined3d_depth_stencil_state_desc::stencil_write_mask

Definition at line 2066 of file wined3d.h.

Referenced by d3d_depthstencil_state_create().


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