2#include "Graphics/Common.h"
4namespace Nui::Graphics::States
10 static constexpr D3D11_DEPTH_STENCIL_DESC GetDepthStencilDepthDisabledDesc();
16 static constexpr D3D11_DEPTH_STENCIL_DESC GetDepthStencilDepthEnabledDesc();
22 static constexpr D3D11_DEPTH_STENCIL_DESC GetDepthStencilReverseDepthEnabledDesc();
28 static constexpr D3D11_DEPTH_STENCIL_DESC GetDepthStencilDepthWriteEnabledDesc();
34 static constexpr D3D11_DEPTH_STENCIL_DESC GetDepthStencilReverseDepthWriteEnabledDesc();
40 static constexpr D3D11_DEPTH_STENCIL_DESC GetDepthStencilDepthStencilWriteEnabledDesc();
46 static constexpr D3D11_DEPTH_STENCIL_DESC GetDepthStencilStencilEnabledDesc();