Interface VulkanImageBlitType
- All Known Implementing Classes:
VulkanImageBlit
@Immutable
public interface VulkanImageBlitType
Structure specifying an image blit operation.
- See Also:
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
sourceSubresource
- Returns:
- The subresource to blit from
-
sourceOffset0
- Returns:
- A corner of the source region
-
sourceOffset1
- Returns:
- A corner of the source region
-
targetSubresource
- Returns:
- The subresource to blit to
-
targetOffset0
- Returns:
- A corner of the target region
-
targetOffset1
- Returns:
- A corner of the target region
-