MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / destroy_command_buffers

Method destroy_command_buffers

framework/api_vulkan_sample.cpp:423–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423void ApiVulkanSample::destroy_command_buffers()
424{
425 vkFreeCommandBuffers(get_device().get_handle(), cmd_pool, static_cast<uint32_t>(draw_cmd_buffers.size()), draw_cmd_buffers.data());
426}
427
428void ApiVulkanSample::recreate_current_command_buffer()
429{

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.80
get_handleMethod · 0.45

Tested by

no test coverage detected