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

Method CommandPool

framework/core/command_pool.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected