Interface VulkanOffset2DType

All Known Implementing Classes:
VulkanOffset2D

@Immutable public interface VulkanOffset2DType
Structure specifying a two-dimensional offset.
See Also:
  • "VkOffset2D"
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    x()
     
    int
    y()
     
  • Method Details

    • x

      @Parameter int x()
      Returns:
      The x offset
    • y

      @Parameter int y()
      Returns:
      The y offset