| 2456 | } |
| 2457 | |
| 2458 | ImplTaskGraphDebugUi::~ImplTaskGraphDebugUi() |
| 2459 | { |
| 2460 | this->device.destroy_sampler(this->resource_viewer_sampler); |
| 2461 | |
| 2462 | for (auto av_iter = this->resource_viewer_states.begin(); av_iter != this->resource_viewer_states.end();) |
| 2463 | { |
| 2464 | av_iter = destroy_resource_viewer(*this, av_iter->first); |
| 2465 | } |
| 2466 | } |
| 2467 | |
| 2468 | auto TaskGraphDebugUi::inc_refcnt(ImplHandle const * object) -> u64 |
| 2469 | { |
nothing calls this directly
no test coverage detected