Skip to content

TSdlGpuTransferBufferLocation

A record specifying a location in a transfer buffer.

Used when transferring buffer data to or from a transfer buffer.

Definition

Unit: Neslib.Sdl3.Gpu

type TSdlGpuTransferBufferLocation = record ... end;

See Also

Properties

Name Description
Offset The starting byte of the buffer data in the transfer buffer.
TransferBuffer The transfer buffer used in the transfer operation.

Property Descriptions

Offset

The starting byte of the buffer data in the transfer buffer.

property Offset: Integer read FHandle.offset write FHandle.offset

Type: Integer


TransferBuffer

The transfer buffer used in the transfer operation.

property TransferBuffer: TSdlGpuTransferBuffer read GetTransferBuffer write SetTransferBuffer

Type: TSdlGpuTransferBuffer