Skip to content

TSdlGpuStorageBufferReadWriteBinding

A record specifying parameters related to binding buffers in a compute pass.

Definition

Unit: Neslib.Sdl3.Gpu

type TSdlGpuStorageBufferReadWriteBinding = record ... end;

See Also

Properties

Name Description
Buffer The buffer to bind. Must have been created with TSdlGpuBufferUsage.ComputeStorageWrite.
Cycle True cycles the buffer if it is already bound.

Property Descriptions

Buffer

The buffer to bind. Must have been created with TSdlGpuBufferUsage.ComputeStorageWrite.

property Buffer: TSdlGpuBuffer read GetBuffer write SetBuffer

Type: TSdlGpuBuffer


Cycle

True cycles the buffer if it is already bound.

property Cycle: Boolean read FHandle.cycle write FHandle.cycle

Type: Boolean