|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
Depth and stencil test configuration. More...
#include <RenderFlow.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 54 of file RenderFlow.hpp.