*\brief * Creates an input depth attachment. */
| 528 | * Creates an input depth attachment. |
| 529 | */ |
| 530 | void addInputDepthTargetImage( ImageViewId view ) |
| 531 | { |
| 532 | return addInputDepthTargetImage( ImageViewIdArray{ view } ); |
| 533 | } |
| 534 | /** |
| 535 | *\brief |
| 536 | * Creates an input stencil attachment. |
nothing calls this directly
no outgoing calls
no test coverage detected