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

Method rebuild_command_buffers

framework/api_vulkan_sample.cpp:651–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649{}
650
651void ApiVulkanSample::rebuild_command_buffers()
652{
653 vkResetCommandPool(get_device().get_handle(), cmd_pool, 0);
654 build_command_buffers();
655}
656
657void ApiVulkanSample::create_synchronization_primitives()
658{

Callers

nothing calls this directly

Calls 1

get_handleMethod · 0.45

Tested by

no test coverage detected