MCPcopy Create free account
hub / github.com/a2flo/floor / destroy

Method destroy

compute/vulkan/vulkan_queue.cpp:646–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644 }
645}
646void vulkan_queue::destroy() {
647 if (did_init_vulkan_queue) {
648 vk_cmd_completion_handler = nullptr;
649 }
650}
651
652vulkan_queue::vulkan_queue(const compute_device& device_, const VkQueue queue_, const uint32_t family_index_,
653 const uint32_t queue_index_, const QUEUE_TYPE queue_type_) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected