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.
Enums§
- MapMode
- Type of buffer mapping.
Functions§
Type Aliases§
- Buffer
Descriptor - Describes a
Buffer
.