This commit is contained in:
2020-01-23 23:13:36 -08:00
parent dcc0df955e
commit 2bc9ebdc6b
31829 changed files with 1229378 additions and 17 deletions

View File

@@ -0,0 +1 @@
initSidebarItems({"enum":[["AllocFromRequirementsFilter",""],["AllocLayout","Layout of the object being allocated."],["MappingRequirement","Whether an allocation should map the memory or not."],["PotentialDedicatedAllocation","Enumeration that can contain either a generic allocation coming from a pool, or a dedicated allocation for one specific resource."]],"struct":[["StdHostVisibleMemoryTypePool","Memory pool that operates on a given memory type."],["StdHostVisibleMemoryTypePoolAlloc",""],["StdMemoryPool",""],["StdMemoryPoolAlloc",""],["StdNonHostVisibleMemoryTypePool","Memory pool that operates on a given memory type."],["StdNonHostVisibleMemoryTypePoolAlloc",""]],"trait":[["MemoryPool","Pool of GPU-visible memory that can be allocated from."],["MemoryPoolAlloc","Object that represents a single allocation. Its destructor should free the chunk."]]});