| 70 | size_t thread_index = 0, |
| 71 | vkb::CommandBufferResetMode reset_mode = vkb::CommandBufferResetMode::ResetIndividually); |
| 72 | CommandPool(CommandPool<bindingType> const &) = delete; |
| 73 | CommandPool(CommandPool<bindingType> &&other) = default; |
| 74 | CommandPool &operator=(CommandPool<bindingType> const &) = delete; |
| 75 | CommandPool &operator=(CommandPool<bindingType> &&other) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected