Interface VulkanLogicalDeviceQueueCreateInfoType
- All Known Implementing Classes:
VulkanLogicalDeviceQueueCreateInfo
@Immutable
public interface VulkanLogicalDeviceQueueCreateInfoType
The information required to create a queue on a device.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidCheck preconditions for the type.flags()Set the priorities of the created queues.
-
Method Details
-
flags
Set<VulkanDeviceQueueCreationFlag> flags()- Returns:
- The flags used to create the queue(s)
-
queueFamilyIndex
VulkanQueueFamilyIndex queueFamilyIndex()- Returns:
- The queue family
-
queuePriorities
-
checkPreconditions
@Check default void checkPreconditions()Check preconditions for the type.
-