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

Method zero_ref_callback

src/utils/impl_pipeline_manager.cpp:1833–1837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1831 }
1832
1833 auto ImplPipelineManager::zero_ref_callback(ImplHandle const * handle)
1834 {
1835 auto const * self = r_cast<ImplPipelineManager const *>(handle);
1836 delete self;
1837 }
1838
1839 auto PipelineManager::inc_refcnt(ImplHandle const * object) -> u64
1840 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected