Interface VulkanExtent2DType

All Known Implementing Classes:
VulkanExtent2D

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

    Modifier and Type
    Method
    Description
    int
     
    int
     
  • Method Details

    • width

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

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