Interface VulkanExtent2DType

  • All Known Implementing Classes:
    VulkanExtent2D

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

      • width

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

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