|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
Depth and stencil test configuration. More...
#include <ShaderUtils.hpp>
Collaboration diagram for MayaFlux::Portal::Graphics::DepthStencilConfig:Public Member Functions | |
| DepthStencilConfig ()=default | |
Public Attributes | |
| bool | depth_test_enable = true |
| bool | depth_write_enable = true |
| CompareOp | depth_compare_op = CompareOp::NEVER |
| bool | stencil_test_enable = false |
Depth and stencil test configuration.
Definition at line 124 of file ShaderUtils.hpp.