RetroArch
Public Attributes | List of all members
D3D12_DEPTH_STENCIL_DESC Struct Reference

#include <d3d12.h>

Collaboration diagram for D3D12_DEPTH_STENCIL_DESC:
[legend]

Public Attributes

BOOL DepthEnable
 
D3D12_DEPTH_WRITE_MASK DepthWriteMask
 
D3D12_COMPARISON_FUNC DepthFunc
 
BOOL StencilEnable
 
UINT8 StencilReadMask
 
UINT8 StencilWriteMask
 
D3D12_DEPTH_STENCILOP_DESC FrontFace
 
D3D12_DEPTH_STENCILOP_DESC BackFace
 

Member Data Documentation

◆ BackFace

D3D12_DEPTH_STENCILOP_DESC D3D12_DEPTH_STENCIL_DESC::BackFace

◆ DepthEnable

BOOL D3D12_DEPTH_STENCIL_DESC::DepthEnable

◆ DepthFunc

D3D12_COMPARISON_FUNC D3D12_DEPTH_STENCIL_DESC::DepthFunc

◆ DepthWriteMask

D3D12_DEPTH_WRITE_MASK D3D12_DEPTH_STENCIL_DESC::DepthWriteMask

◆ FrontFace

D3D12_DEPTH_STENCILOP_DESC D3D12_DEPTH_STENCIL_DESC::FrontFace

◆ StencilEnable

BOOL D3D12_DEPTH_STENCIL_DESC::StencilEnable

◆ StencilReadMask

UINT8 D3D12_DEPTH_STENCIL_DESC::StencilReadMask

◆ StencilWriteMask

UINT8 D3D12_DEPTH_STENCIL_DESC::StencilWriteMask

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