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

Method zero_ref_callback

src/utils/impl_fsr2.cpp:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 void ImplFsr2Context::zero_ref_callback(ImplHandle const * handle)
190 {
191 auto self = r_cast<ImplFsr2Context const *>(handle);
192 delete self;
193 }
194
195 auto Fsr2Context::inc_refcnt(ImplHandle const * object) -> u64
196 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected