whillothewhisp

Command_buffers_creation

Jan 5th, 2022 (edited)
1,670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.33 KB | None | 0 0
  1.     //helper functions will be provided in the bottom of the page
  2.     createCommandPool(&object_picking_command_pool, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT);
  3.     object_picking_commandBuffer.resize(swapChainImages.size());
  4.     createCommandBuffers(object_picking_commandBuffer.data(), swapChainImages.size(), object_picking_command_pool);
Add Comment
Please, Sign In to add comment