HDK
|
#include <graphicsPipeline.h>
Public Member Functions | |
HGI_API | HgiDepthStencilState () |
Properties to configure depth and stencil test.
depthCompareFn
to test if a fragment passes the depth test. Note that depth writes are automatically disabled when depthTestEnabled is false. depthCompareFn
to test if a fragment passes the depth test. Note that depth writes are automatically disabled when depthTestEnabled is false. Definition at line 286 of file graphicsPipeline.h.
HGI_API HgiDepthStencilState::HgiDepthStencilState | ( | ) |
float HgiDepthStencilState::depthBiasConstantFactor |
Definition at line 296 of file graphicsPipeline.h.
bool HgiDepthStencilState::depthBiasEnabled |
Definition at line 295 of file graphicsPipeline.h.
float HgiDepthStencilState::depthBiasSlopeFactor |
Definition at line 297 of file graphicsPipeline.h.
HgiCompareFunction HgiDepthStencilState::depthCompareFn |
Definition at line 293 of file graphicsPipeline.h.
bool HgiDepthStencilState::depthTestEnabled |
Definition at line 291 of file graphicsPipeline.h.
bool HgiDepthStencilState::depthWriteEnabled |
Definition at line 292 of file graphicsPipeline.h.
HgiStencilState HgiDepthStencilState::stencilBack |
Definition at line 301 of file graphicsPipeline.h.
HgiStencilState HgiDepthStencilState::stencilFront |
Definition at line 300 of file graphicsPipeline.h.
bool HgiDepthStencilState::stencilTestEnabled |
Definition at line 299 of file graphicsPipeline.h.