|  | |
| Vulkan | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class VulkanMemoryInfo
The VulkanMemoryInfo type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | VulkanMemoryInfo(DeviceMemory, UInt32, Int32, String) | Creates and instance of GpuMemory that was manually allocated by the user | 
|  | VulkanMemoryInfo(IVulkanMemoryAllocator, Int32, DeviceMemory, UInt32, UInt32, Int32, String) | Creates and instance of GpuMemory that was allocated by the VulkanMemoryAllocator | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DeviceMemory | |
|  | IsDisposed | |
|  | MemoryBlockId | Id of the memory block used by the MemoryAllocator | 
|  | MemoryOffset | |
|  | MemoryTypeIndex | |
|  | Name | |
|  | Size | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Overrides ObjectEquals(Object)) | 
|  | GetHashCode | (Overrides ObjectGetHashCode) | 
|  | GetMemoryProperties | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | MemoryAllocator | 
 See Also
See Also