| 81 | fn target_attachment(target: &TextureView) -> RenderPassColorAttachment<'_> { |
| 82 | RenderPassColorAttachment { |
| 83 | view: target, |
| 84 | resolve_target: None, |
| 85 | ops: Operations { |
| 86 | load: LoadOp::Load, |
| 87 | store: StoreOp::Store, |
| 88 | }, |
| 89 | depth_slice: None, |
nothing calls this directly
no outgoing calls
no test coverage detected