Expand description
Compute Storage module.
Structs§
- Access to the underlying resource for a given binding.
- This struct is a pointer to a memory chunk or slice.
- The bytes storage maps ids to pointers of bytes in a contiguous layout.
- Contains the storage id of a resource and the way it is used.
- Storage ID.
- Defines if data uses a full memory chunk or a slice of it.
Traits§
- Storage types are responsible for allocating and deallocating memory.