*\brief * Creates a sampled image single-pass attachment. */
| 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. |
no outgoing calls
no test coverage detected