MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / addOutputDepthTarget

Function addOutputDepthTarget

include/RenderGraph/FramePass.hpp:627–632  ·  view source on GitHub ↗

*\brief * Creates an output depth single-pass attachment. */

Source from the content-addressed store, hash-verified

625 * Creates an output depth single-pass attachment.
626 */
627 Attachment const * addOutputDepthTarget( ImageViewId view
628 , ClearDepthStencilValue clearValue = ClearDepthStencilValue{} )
629 {
630 return addOutputDepthTarget( ImageViewIdArray{ view }
631 , std::move( clearValue ) );
632 }
633 /**
634 *\brief
635 * Creates an output stencil multi-pass attachment.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected