Interface VulkanCommandPoolCreateInfoType
- All Known Implementing Classes:
VulkanCommandPoolCreateInfo
@Immutable
public interface VulkanCommandPoolCreateInfoType
Structure specifying parameters of a newly created command pool.
- See Also:
-
Method Summary
-
Method Details
-
flags
- Returns:
- Flags specifying how the command pool will be generated.
-
queueFamilyIndex
- Returns:
- A queue family as described in section Queue Family Properties. All command buffers allocated from this command pool must be submitted on queues from the same queue family.
-