slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
Public 属性 | 所有成员列表
gfx::DepthStencilDesc结构体 参考

#include <slang-gfx.h>

gfx::DepthStencilDesc 的协作图:
Collaboration graph
[图例]

Public 属性

bool depthTestEnable = false
 
bool depthWriteEnable = true
 
ComparisonFunc depthFunc = ComparisonFunc::Less
 
bool stencilEnable = false
 
uint32_t stencilReadMask = 0xFFFFFFFF
 
uint32_t stencilWriteMask = 0xFFFFFFFF
 
DepthStencilOpDesc frontFace
 
DepthStencilOpDesc backFace
 
uint32_t stencilRef = 0
 

类成员变量说明

◆ backFace

DepthStencilOpDesc gfx::DepthStencilDesc::backFace

◆ depthFunc

ComparisonFunc gfx::DepthStencilDesc::depthFunc = ComparisonFunc::Less

◆ depthTestEnable

bool gfx::DepthStencilDesc::depthTestEnable = false

◆ depthWriteEnable

bool gfx::DepthStencilDesc::depthWriteEnable = true

◆ frontFace

DepthStencilOpDesc gfx::DepthStencilDesc::frontFace

◆ stencilEnable

bool gfx::DepthStencilDesc::stencilEnable = false

◆ stencilReadMask

uint32_t gfx::DepthStencilDesc::stencilReadMask = 0xFFFFFFFF

◆ stencilRef

uint32_t gfx::DepthStencilDesc::stencilRef = 0

◆ stencilWriteMask

uint32_t gfx::DepthStencilDesc::stencilWriteMask = 0xFFFFFFFF

该结构体的文档由以下文件生成: