class WGPU::Buffer
- WGPU::Buffer
- WGPU::WgpuId
- Reference
- Object
Defined in:
wgpu.crConstructors
Instance Method Summary
- #finalize
- #get_mapped_range(start : UInt64, size : UInt64)
- #is_mapped?
- #map_read_async(start : UInt64, size : UInt64)
- #map_write_async(start : UInt64, size : UInt64)
- #read_only : Bool
- #status : BufferMapAsyncStatus
- #unmap