Interface VulkanLogicalDeviceQueueCreateInfoType

  • All Known Implementing Classes:
    VulkanLogicalDeviceQueueCreateInfo

    @Immutable
    public interface VulkanLogicalDeviceQueueCreateInfoType
    The information required to create a queue on a device.
    See Also:
    "VkDeviceQueueCreateInfo"
    • Method Detail

      • queueFamilyIndex

        @Parameter
        int queueFamilyIndex()
        Returns:
        The queue family
      • queueCount

        @Parameter
        int queueCount()
        Returns:
        The number of queues to create
      • queuePriorities

        @Parameter
        float[] queuePriorities()
        Returns:
        The priorities of the queues
      • checkPreconditions

        @Check
        default void checkPreconditions()
        Check preconditions for the type.