Interface VulkanExtent3DType

All Known Implementing Classes:
VulkanExtent3D

@Immutable public interface VulkanExtent3DType
Structure specifying a three-dimensional extent.
See Also:
  • "VkExtent3D"
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final VulkanExtent3D
    The zero extent.
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
     
    default int
     
    default int
     
  • Field Details

  • Method Details

    • width

      @Default default int width()
      Returns:
      The width of the extent
    • height

      @Default default int height()
      Returns:
      The height of the extent
    • depth

      @Default default int depth()
      Returns:
      The depth of the extent