Interface VulkanCommandBufferCreateInfoType

All Known Implementing Classes:
VulkanCommandBufferCreateInfo

@Immutable public interface VulkanCommandBufferCreateInfoType
Structure specifying parameters of a newly created command buffer.
See Also:
  • "VkCommandBufferAllocateInfo"
  • Method Details

    • pool

      @Parameter VulkanCommandPoolType pool()
      Returns:
      The command pool
    • level

      @Parameter VulkanCommandBufferLevel level()
      Returns:
      The command buffer level
    • count

      @Parameter int count()
      Returns:
      The number of command buffers to allocate from the pool.