Skip to content

TSdlGpuBufferLocation

A record specifying a location in a buffer.

Used when copying data between buffers.

Definition

Unit: Neslib.Sdl3.Gpu

type TSdlGpuBufferLocation = record ... end;

See Also

Properties

Name Description
Buffer The buffer.
Offset The starting byte within the buffer.

Property Descriptions

Buffer

The buffer.

property Buffer: TSdlGpuBuffer read GetBuffer write SetBuffer

Type: TSdlGpuBuffer


Offset

The starting byte within the buffer.

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

Type: Integer