MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / zero_ref_callback

Method zero_ref_callback

src/utils/impl_imgui.cpp:422–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420 }
421
422 void ImplImGuiRenderer::zero_ref_callback(ImplHandle const * handle)
423 {
424 auto const * self = r_cast<ImplImGuiRenderer const *>(handle);
425 delete self;
426 }
427
428 auto ImGuiRenderer::inc_refcnt(ImplHandle const * object) -> u64
429 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected