Interface VulkanImageCopyType

  • All Known Implementing Classes:
    VulkanImageCopy

    @Immutable
    public interface VulkanImageCopyType
    Structure specifying an image copy operation.
    See Also:
    "VkImageCopy"
    • Method Detail

      • sourceOffset

        @Parameter
        VulkanOffset3D sourceOffset()
        Returns:
        The offset of the source region
      • targetOffset

        @Parameter
        VulkanOffset3D targetOffset()
        Returns:
        The offset of the target region
      • extent

        @Parameter
        VulkanExtent3D extent()
        Returns:
        The extent of the copied region