| 561 | } |
| 562 | |
| 563 | void ImplExternalResource::zero_ref_callback(ImplHandle const * handle) |
| 564 | { |
| 565 | auto * self = rc_cast<ImplExternalResource *>(handle); |
| 566 | delete self; |
| 567 | } |
| 568 | |
| 569 | /// ============================================= |
| 570 | /// ==== EXTERNAL TASK BUFFER IMPLEMENTATION ==== |
nothing calls this directly
no outgoing calls
no test coverage detected