Interface VulkanQueueFamilyPropertiesType

  • All Known Implementing Classes:
    VulkanQueueFamilyProperties

    @Immutable
    public interface VulkanQueueFamilyPropertiesType
    The properties of a queue family.
    See Also:
    "VkQueueFamilyProperties"
    • Method Detail

      • queueFamilyIndex

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

        @Parameter
        int queueCount()
        Returns:
        The number of queues available in the family
      • timestampValidBits

        @Parameter
        int timestampValidBits()
        Returns:
        The unsigned integer count of meaningful bits in the timestamps written via vkCmdWriteTimestamp.
      • minImageTransferGranularity

        @Parameter
        VulkanExtent3D minImageTransferGranularity()
        Returns:
        The minimum granularity supported for image transfer operations on the queues in this queue family.