Interface VulkanBufferCopyType

All Known Implementing Classes:
VulkanBufferCopy

@Immutable public interface VulkanBufferCopyType
Structure specifying a buffer copy operation.
See Also:
  • "VkBufferCopy"
  • Method Summary

    Modifier and Type
    Method
    Description
    default long
     
    default long
     
    default long
     
  • 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.