wgpu Device Create Buffer
fun wgpuDeviceCreateBuffer(device: WGPUDevice, descriptor: Pointer<WGPUBufferDescriptor>): WGPUBuffer
TODO
If WGPUBufferDescriptor::mappedAtCreation is true and the mapping allocation fails, returns NULL.
Parameters
descriptor
TODO