RetroArch
Public Attributes | List of all members
D3D12_DEPTH_STENCIL_DESC1 Struct Reference

#include <d3d12.h>

Collaboration diagram for D3D12_DEPTH_STENCIL_DESC1:
[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
 
BOOL DepthBoundsTestEnable
 

Member Data Documentation

◆ BackFace

D3D12_DEPTH_STENCILOP_DESC D3D12_DEPTH_STENCIL_DESC1::BackFace

◆ DepthBoundsTestEnable

BOOL D3D12_DEPTH_STENCIL_DESC1::DepthBoundsTestEnable

◆ DepthEnable

BOOL D3D12_DEPTH_STENCIL_DESC1::DepthEnable

◆ DepthFunc

D3D12_COMPARISON_FUNC D3D12_DEPTH_STENCIL_DESC1::DepthFunc

◆ DepthWriteMask

D3D12_DEPTH_WRITE_MASK D3D12_DEPTH_STENCIL_DESC1::DepthWriteMask

◆ FrontFace

D3D12_DEPTH_STENCILOP_DESC D3D12_DEPTH_STENCIL_DESC1::FrontFace

◆ StencilEnable

BOOL D3D12_DEPTH_STENCIL_DESC1::StencilEnable

◆ StencilReadMask

UINT8 D3D12_DEPTH_STENCIL_DESC1::StencilReadMask

◆ StencilWriteMask

UINT8 D3D12_DEPTH_STENCIL_DESC1::StencilWriteMask

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