Interface VulkanOffset3DType

  • All Known Implementing Classes:
    VulkanOffset3D

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

      • x

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

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

        @Parameter
        int z()
        Returns:
        The z offset