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