Interface VulkanCommandBufferCreateInfoType
- All Known Implementing Classes:
VulkanCommandBufferCreateInfo
@Immutable
public interface VulkanCommandBufferCreateInfoType
Structure specifying parameters of a newly created command buffer.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault intcount()default VulkanCommandBufferLevellevel()pool()
-
Method Details
-
pool
VulkanCommandPoolType pool()- Returns:
- The command pool
-
level
- Returns:
- The command buffer level
-
count
@Default default int count()- Returns:
- The number of command buffers to allocate from the pool.
-