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

Function addInputDepthTargetImage

include/RenderGraph/FramePass.hpp:530–533  ·  view source on GitHub ↗

*\brief * Creates an input depth attachment. */

Source from the content-addressed store, hash-verified

528 * Creates an input depth attachment.
529 */
530 void addInputDepthTargetImage( ImageViewId view )
531 {
532 return addInputDepthTargetImage( ImageViewIdArray{ view } );
533 }
534 /**
535 *\brief
536 * Creates an input stencil attachment.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected