Interface VulkanExtent2DType

All Known Implementing Classes:
VulkanExtent2D

@Immutable public interface VulkanExtent2DType
Structure specifying a two-dimensional extent.
See Also:
  • "VkExtent2D"
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final VulkanExtent2D
    The zero value.
  • Method Summary

    Modifier and Type
    Method
    Description
    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