| 252 | // --- Begin Internals --- |
| 253 | |
| 254 | void 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 --- |
nothing calls this directly
no outgoing calls
no test coverage detected