Interface VulkanOffset2DType

  • All Known Implementing Classes:
    VulkanOffset2D

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

      • x

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

        @Parameter
        int y()
        Returns:
        The y offset