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

Method zero_ref_callback

src/impl_instance.cpp:254–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252// --- Begin Internals ---
253
254void daxa_ImplInstance::zero_ref_callback(ImplHandle const * handle)
255{
256 daxa_Instance self = rc_cast<daxa_Instance>(handle);
257 vkDestroyInstance(self->vk_instance, nullptr);
258 delete self;
259}
260
261// --- End Internals ---

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected