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

      Returns:
      The command pool
    • level

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

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