MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / ~ImplTaskGraphDebugUi

Method ~ImplTaskGraphDebugUi

src/utils/impl_task_graph_ui.cpp:2458–2466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 3

destroy_resource_viewerFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected