A container for storing the return values of an allocation function.

Properties

gpuBuffer: DynamicBuffer

The gpu buffer this allocation will be copied to.

offset: number

Offset in the gpuBuffer where the data will be copied to.

storage: Int32Array

The storage access to the allocated data in the staging buffer.