CommonLibVR
REX::W32::D3D11_DEPTH_STENCIL_DESC Struct Reference

#include <D3D11.h>

Public Attributes

BOOL depthEnable
 
D3D11_DEPTH_WRITE_MASK depthWriteMask
 
D3D11_COMPARISON_FUNC depthFunc
 
BOOL stencilEnable
 
std::uint8_t stencilReadMask
 
std::uint8_t stencilWriteMask
 
D3D11_DEPTH_STENCILOP_DESC frontFace
 
D3D11_DEPTH_STENCILOP_DESC backFace
 

Member Data Documentation

◆ backFace

D3D11_DEPTH_STENCILOP_DESC REX::W32::D3D11_DEPTH_STENCIL_DESC::backFace

◆ depthEnable

BOOL REX::W32::D3D11_DEPTH_STENCIL_DESC::depthEnable

◆ depthFunc

D3D11_COMPARISON_FUNC REX::W32::D3D11_DEPTH_STENCIL_DESC::depthFunc

◆ depthWriteMask

D3D11_DEPTH_WRITE_MASK REX::W32::D3D11_DEPTH_STENCIL_DESC::depthWriteMask

◆ frontFace

D3D11_DEPTH_STENCILOP_DESC REX::W32::D3D11_DEPTH_STENCIL_DESC::frontFace

◆ stencilEnable

BOOL REX::W32::D3D11_DEPTH_STENCIL_DESC::stencilEnable

◆ stencilReadMask

std::uint8_t REX::W32::D3D11_DEPTH_STENCIL_DESC::stencilReadMask

◆ stencilWriteMask

std::uint8_t REX::W32::D3D11_DEPTH_STENCIL_DESC::stencilWriteMask

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