Structsยง
- Buffer
- Handle to a GPU-accessible buffer.
- Buffer
Async Error - Error occurred when trying to async map a buffer.
- Buffer
Slice - A slice of a
Buffer, to be mapped, used for vertex or index data, or the like. - Buffer
View - A read-only view of a mapped bufferโs bytes.
- Buffer
View Mut - 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.
- Range
Mapping ๐Kind
Functionsยง
- check_
buffer_ ๐bounds - range_
contains ๐ - range_
overlaps ๐ - range_
to_ ๐offset_ size
Type Aliasesยง
- Buffer
Descriptor - Describes a
Buffer.