FCT
|
#include <DepthStencilState.h>
Public 属性 | |
StencilOp | failOp = StencilOp::Keep |
StencilOp | passOp = StencilOp::Keep |
StencilOp | depthFailOp = StencilOp::Keep |
CompareOp | compareOp = CompareOp::Always |
uint32_t | compareMask = 0xFF |
uint32_t | writeMask = 0xFF |
uint32_t | reference = 0 |
在文件 DepthStencilState.h 第 22 行定义.
uint32_t FCT::StencilOpState::compareMask = 0xFF |
在文件 DepthStencilState.h 第 27 行定义.
CompareOp FCT::StencilOpState::compareOp = CompareOp::Always |
在文件 DepthStencilState.h 第 26 行定义.
StencilOp FCT::StencilOpState::depthFailOp = StencilOp::Keep |
在文件 DepthStencilState.h 第 25 行定义.
StencilOp FCT::StencilOpState::failOp = StencilOp::Keep |
在文件 DepthStencilState.h 第 23 行定义.
StencilOp FCT::StencilOpState::passOp = StencilOp::Keep |
在文件 DepthStencilState.h 第 24 行定义.
uint32_t FCT::StencilOpState::reference = 0 |
在文件 DepthStencilState.h 第 29 行定义.
uint32_t FCT::StencilOpState::writeMask = 0xFF |
在文件 DepthStencilState.h 第 28 行定义.