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

Function addInputSampledImage

include/RenderGraph/FramePass.hpp:118–123  ·  view source on GitHub ↗

*\brief * Creates a sampled image single-pass attachment. */

Source from the content-addressed store, hash-verified

116 * Creates a sampled image single-pass attachment.
117 */
118 void addInputSampledImage( ImageViewId view
119 , uint32_t binding
120 , SamplerDesc samplerDesc = SamplerDesc{} )
121 {
122 addInputSampledImage( ImageViewIdArray{ view }, binding, std::move( samplerDesc ) );
123 }
124 /**
125 *\brief
126 * Creates a sampled image single-pass attachment.

Callers 1

addInputSampledImageTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected