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

Method destroy

src/device/vulkan/vulkan_queue.cpp:664–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662 }
663}
664void vulkan_queue::destroy() {
665 if (did_init_vulkan_queue) {
666 vk_cmd_completion_handler = nullptr;
667 vulkan_command_pool_t::is_ctx_shutdown = true;
668 }
669}
670
671vulkan_queue::vulkan_queue(const device& dev_, const VkQueue queue_, const uint32_t family_index_,
672 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