Module buffer

Source

Structsยง

Buffer
Handle to a GPU-accessible buffer.
BufferAsyncError
Error occurred when trying to async map a buffer.
BufferSlice
A slice of a Buffer, to be mapped, used for vertex or index data, or the like.
BufferView
A read-only view of a mapped bufferโ€™s bytes.
BufferViewMut
A write-only view of a mapped bufferโ€™s bytes.
MapContext ๐Ÿ”’
The mapped portion of a buffer, if any, and its outstanding views.
Subrange ๐Ÿ”’

Enumsยง

MapMode
Type of buffer mapping.
RangeMappingKind ๐Ÿ”’

Functionsยง

check_buffer_bounds ๐Ÿ”’
range_contains ๐Ÿ”’
range_overlaps ๐Ÿ”’
range_to_offset_size ๐Ÿ”’

Type Aliasesยง

BufferDescriptor
Describes a Buffer.