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

Function addInputColourTargetImage

include/RenderGraph/FramePass.hpp:517–520  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

515 * Creates an input colour attachment.
516 */
517 void addInputColourTargetImage( ImageViewId view )
518 {
519 return addInputColourTargetImage( ImageViewIdArray{ view } );
520 }
521 /**
522 *\brief
523 * Creates an input depth attachment.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected