Class VulkanImageSubresourceRange.Builder

  • Enclosing class:
    VulkanImageSubresourceRange

    public static final class VulkanImageSubresourceRange.Builder
    extends java.lang.Object
    Builds instances of type VulkanImageSubresourceRange. Initialize attributes and then invoke the build() method to create an immutable instance.

    Builder is not thread-safe and generally should not be stored in a field or collection, but instead used immediately to create instances.

    • Method Detail

      • from

        public final VulkanImageSubresourceRange.Builder from​(VulkanImageSubresourceRangeType instance)
        Fill a builder with attribute values from the provided VulkanImageSubresourceRangeType instance. Regular attribute values will be replaced with those from the given instance. Absent optional values will not replace present values. Collection elements and entries will be added, not replaced.
        Parameters:
        instance - The instance from which to copy values
        Returns:
        this builder for use in a chained invocation
      • setBaseMipLevel

        public final VulkanImageSubresourceRange.Builder setBaseMipLevel​(int baseMipLevel)
        Initializes the value for the baseMipLevel attribute.
        Parameters:
        baseMipLevel - The value for baseMipLevel
        Returns:
        this builder for use in a chained invocation
      • setLevelCount

        public final VulkanImageSubresourceRange.Builder setLevelCount​(int levelCount)
        Initializes the value for the levelCount attribute.
        Parameters:
        levelCount - The value for levelCount
        Returns:
        this builder for use in a chained invocation
      • setBaseArrayLayer

        public final VulkanImageSubresourceRange.Builder setBaseArrayLayer​(int baseArrayLayer)
        Initializes the value for the baseArrayLayer attribute.
        Parameters:
        baseArrayLayer - The value for baseArrayLayer
        Returns:
        this builder for use in a chained invocation
      • setLayerCount

        public final VulkanImageSubresourceRange.Builder setLayerCount​(int layerCount)
        Initializes the value for the layerCount attribute.
        Parameters:
        layerCount - The value for layerCount
        Returns:
        this builder for use in a chained invocation