|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Buffers::RenderProcessor::disable_depth_test | ( | ) |
Disable depth testing and depth writes for this processor's pipeline.
Leaves the buffer's depth attachment requirement intact so the pass still has a depth buffer available; only the per-pipeline test and write are off.
Definition at line 99 of file RenderProcessor.cpp.
References MayaFlux::Portal::Graphics::DepthStencilConfig::depth_test_enable, MayaFlux::Portal::Graphics::DepthStencilConfig::depth_write_enable, m_depth_stencil, and MayaFlux::Buffers::ShaderProcessor::m_needs_pipeline_rebuild.