Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
WGPU::Buffer
Inherits
WGPU::WgpuId
/
Reference
/
Object
Constructors
new
(device :
Device
, descriptor :
LibWGPU::BufferDescriptor
)
Source
Instance methods
finalize
Source
get_mapped_range
(start :
UInt64
, size :
UInt64
)
Source
is_mapped?
Source
map_read_async
(start :
UInt64
, size :
UInt64
)
Source
map_write_async
(start :
UInt64
, size :
UInt64
)
Source
read_only
Source
status
Source
unmap
Source