PropsGPUBuffer extension
- on
Properties
- mapState → GPUBufferMapState
-
Available on GPUBuffer, provided by the PropsGPUBuffer extension
no setter - size → int
-
Available on GPUBuffer, provided by the PropsGPUBuffer extension
no setter - usage → int
-
Available on GPUBuffer, provided by the PropsGPUBuffer extension
no setter
Methods
-
destroy(
) → void -
Available on GPUBuffer, provided by the PropsGPUBuffer extension
-
getMappedRange(
[int? offset = 0, int? size]) → ByteBuffer -
Available on GPUBuffer, provided by the PropsGPUBuffer extension
-
mapAsync(
int mode, [int? offset = 0, int? size]) → Future< void> -
Available on GPUBuffer, provided by the PropsGPUBuffer extension
-
unmap(
) → void -
Available on GPUBuffer, provided by the PropsGPUBuffer extension