Interface VulkanBufferCopyType
- All Known Implementing Classes:
VulkanBufferCopy
@Immutable
public interface VulkanBufferCopyType
Structure specifying a buffer copy operation.
- See Also:
-
Method Summary
-
Method Details
-
sourceOffset
@Default default long sourceOffset()- Returns:
- The starting offset in bytes from the start of the source buffer.
-
targetOffset
@Default default long targetOffset()- Returns:
- The starting offset in bytes from the start of the target buffer.
-
size
@Default default long size()- Returns:
- The number of bytes to copy.
-