Module storage

Source
Expand description

Compute Storage module.

Structs§

BindingResource
Access to the underlying resource for a given binding.
BytesResource
This struct is a pointer to a memory chunk or slice.
BytesStorage
The bytes storage maps ids to pointers of bytes in a contiguous layout.
StorageHandle
Contains the storage id of a resource and the way it is used.
StorageId
Storage ID.
StorageUtilization
Defines if data uses a full memory chunk or a slice of it.

Traits§

ComputeStorage
Storage types are responsible for allocating and deallocating memory.