ReactOS 0.4.15-dev-7918-g2a2556c
D3D10_DEPTH_STENCIL_DESC Struct Reference
Collaboration diagram for D3D10_DEPTH_STENCIL_DESC:

Public Attributes

BOOL DepthEnable
 
D3D10_DEPTH_WRITE_MASK DepthWriteMask
 
D3D10_COMPARISON_FUNC DepthFunc
 
BOOL StencilEnable
 
UINT8 StencilReadMask
 
UINT8 StencilWriteMask
 
D3D10_DEPTH_STENCILOP_DESC FrontFace
 
D3D10_DEPTH_STENCILOP_DESC BackFace
 

Detailed Description

Definition at line 329 of file d3d10.idl.

Member Data Documentation

◆ BackFace

D3D10_DEPTH_STENCILOP_DESC D3D10_DEPTH_STENCIL_DESC::BackFace

Definition at line 337 of file d3d10.idl.

◆ DepthEnable

BOOL D3D10_DEPTH_STENCIL_DESC::DepthEnable

Definition at line 330 of file d3d10.idl.

◆ DepthFunc

D3D10_COMPARISON_FUNC D3D10_DEPTH_STENCIL_DESC::DepthFunc

Definition at line 332 of file d3d10.idl.

◆ DepthWriteMask

D3D10_DEPTH_WRITE_MASK D3D10_DEPTH_STENCIL_DESC::DepthWriteMask

Definition at line 331 of file d3d10.idl.

◆ FrontFace

D3D10_DEPTH_STENCILOP_DESC D3D10_DEPTH_STENCIL_DESC::FrontFace

Definition at line 336 of file d3d10.idl.

◆ StencilEnable

BOOL D3D10_DEPTH_STENCIL_DESC::StencilEnable

Definition at line 333 of file d3d10.idl.

◆ StencilReadMask

UINT8 D3D10_DEPTH_STENCIL_DESC::StencilReadMask

Definition at line 334 of file d3d10.idl.

◆ StencilWriteMask

UINT8 D3D10_DEPTH_STENCIL_DESC::StencilWriteMask

Definition at line 335 of file d3d10.idl.


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