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

Method dec_refcnt

src/cpp_wrapper.cpp:312–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 }
311
312 auto Instance::dec_refcnt(ImplHandle const * object) -> u64
313 {
314 return daxa_instance_dec_refcnt(rc_cast<daxa_Instance>(object));
315 }
316
317 /// --- End Instance ---
318

Callers

nothing calls this directly

Tested by

no test coverage detected