Interface VulkanBufferCopyType

  • All Known Implementing Classes:
    VulkanBufferCopy

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

      • sourceOffset

        @Parameter
        long sourceOffset()
        Returns:
        The starting offset in bytes from the start of the source buffer.
      • targetOffset

        @Parameter
        long targetOffset()
        Returns:
        The starting offset in bytes from the start of the target buffer.
      • size

        @Parameter
        long size()
        Returns:
        The number of bytes to copy.