*\brief * Creates an output depth single-pass attachment. */
| 625 | * Creates an output depth single-pass attachment. |
| 626 | */ |
| 627 | Attachment const * addOutputDepthTarget( ImageViewId view |
| 628 | , ClearDepthStencilValue clearValue = ClearDepthStencilValue{} ) |
| 629 | { |
| 630 | return addOutputDepthTarget( ImageViewIdArray{ view } |
| 631 | , std::move( clearValue ) ); |
| 632 | } |
| 633 | /** |
| 634 | *\brief |
| 635 | * Creates an output stencil multi-pass attachment. |
nothing calls this directly
no outgoing calls
no test coverage detected