*\brief * Creates an input storage attachment. */
| 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. |
no outgoing calls
no test coverage detected