Contents

maxBufferLength

The largest amount of memory, in bytes, that a GPU device can allocate to a buffer instance.

Declaration

var maxBufferLength: Int { get }

Discussion

The property’s value is at least 256 MB (268,435,456 bytes).

See Also

Creating buffers