Interface VulkanImageCopyType
- All Known Implementing Classes:
VulkanImageCopy
@Immutable
public interface VulkanImageCopyType
Structure specifying an image copy operation.
- See Also:
-
Method Summary
-
Method Details
-
sourceSubresource
- Returns:
- The subresource to copy from
-
sourceOffset
- Returns:
- The offset of the source region
-
targetSubresource
- Returns:
- The subresource to copy to
-
targetOffset
- Returns:
- The offset of the target region
-
extent
- Returns:
- The extent of the copied region
-