Function TRAP::Graphics::API::VulkanInits::CommandBufferBeginInfo#
Function Documentation#
-
constexpr VkCommandBufferBeginInfo TRAP::Graphics::API::VulkanInits::CommandBufferBeginInfo(bool oneTimeSubmit) noexcept#
Create a Vulkan command buffer begin info.
- Parameters:
oneTimeSubmit – Specify that each recording of the command buffer will only be submitted once, and the command buffer will be reset and recorded again between each submission.
- Returns:
VkCommandBufferBeginInfo.