Gpu | |
The GpuMemory type exposes the following members.
| Name | Description | |
|---|---|---|
| BindBufferMemory | ||
| BindImageMemory | ||
| Dispose | ||
| Dispose(Boolean) | (Overrides ComponentBaseDispose(Boolean)) | |
| FreeMemory | FreeMemory immediately disposes the allocated memory without waiting for frame rendered and being on main thread. This also calls Dispose method. | |
| MapMemory(UInt64, UInt64) | ||
| MapMemoryT(Void, T) | ||
| TryAllocate(VulkanDevice, MemoryAllocateInfo, String) | ||
| TryAllocate(VulkanDevice, MemoryAllocateInfo, String, Result) | ||
| TryAllocate(VulkanDevice, MemoryAllocateInfo, MemoryPropertyFlags, Boolean, Boolean, UInt32, String) | ||
| TryAllocate(VulkanDevice, MemoryAllocateInfo, MemoryPropertyFlags, Boolean, Boolean, UInt32, String, Result) | ||
| UnmapMemory | Unmaps the memory that was mapped by calling GetMappedMemoryPtr. |