Interface VulkanOffset3DType

All Known Implementing Classes:
VulkanOffset3D

@Immutable public interface VulkanOffset3DType
Structure specifying a three-dimensional offset.
See Also:
  • "VkOffset3D"
  • Method Summary

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

    • x

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

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

      @Parameter int z()
      Returns:
      The z offset