| 649 | {} |
| 650 | |
| 651 | void ApiVulkanSample::rebuild_command_buffers() |
| 652 | { |
| 653 | vkResetCommandPool(get_device().get_handle(), cmd_pool, 0); |
| 654 | build_command_buffers(); |
| 655 | } |
| 656 | |
| 657 | void ApiVulkanSample::create_synchronization_primitives() |
| 658 | { |
nothing calls this directly
no test coverage detected