HDK
|
#include <graphicsPipeline.h>
Public Member Functions | |
HGI_API | HgiDepthStencilState () |
Public Attributes | |
bool | depthTestEnabled |
bool | depthWriteEnabled |
HgiCompareFunction | depthCompareFn |
bool | stencilTestEnabled |
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 199 of file graphicsPipeline.h.
HGI_API HgiDepthStencilState::HgiDepthStencilState | ( | ) |
HgiCompareFunction HgiDepthStencilState::depthCompareFn |
Definition at line 206 of file graphicsPipeline.h.
bool HgiDepthStencilState::depthTestEnabled |
Definition at line 204 of file graphicsPipeline.h.
bool HgiDepthStencilState::depthWriteEnabled |
Definition at line 205 of file graphicsPipeline.h.
bool HgiDepthStencilState::stencilTestEnabled |
Definition at line 207 of file graphicsPipeline.h.