[−][src]Crate gpu_alloc_types
Structs
| AllocationFlags | Allocation flags |
| DeviceProperties | Properties of the device that will be used for allocating memory objects. |
| MappedMemoryRange | Specifies range of the mapped memory region. |
| MemoryHeap | Defines memory heap. |
| MemoryPropertyFlags | Memory properties type. |
| MemoryType | Defines memory type. |
Enums
| DeviceMapError | Memory mapped error. |
| OutOfMemory | Memory exhausted error. |
Traits
| MemoryDevice | Abstract device that can be used to allocate memory objects. |