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

Function addInputStorageImage

include/RenderGraph/FramePass.hpp:232–236  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

230 * Creates an input storage attachment.
231 */
232 void addInputStorageImage( ImageViewId view
233 , uint32_t binding )
234 {
235 addInputStorageImage( ImageViewIdArray{ view }, binding );
236 }
237 /**
238 *\brief
239 * Creates an input storage attachment.

Callers 1

addInputStorageImageTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected