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