Interface VulkanExtent3DType

All Known Implementing Classes:
VulkanExtent3D

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

    Modifier and Type
    Method
    Description
    int
     
    int
     
    int
     
  • Method Details

    • width

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

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

      @Parameter int depth()
      Returns:
      The depth of the extent