 |
IVulkanMemoryAllocatorAllocateMemory(Image, MemoryPropertyFlags, Boolean, String) Method |
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
SyntaxVulkanMemoryInfo AllocateMemory(
Image image,
MemoryPropertyFlags memoryProperties,
bool isDedicatedAllocation = false,
string? name = null
)
Parameters
- image Image
-
- memoryProperties MemoryPropertyFlags
-
- isDedicatedAllocation Boolean (Optional)
-
- name String (Optional)
-
Return Value
VulkanMemoryInfo[Missing <returns> documentation for "M:Ab4d.SharpEngine.Common.IVulkanMemoryAllocator.AllocateMemory(Ab4d.Vulkan.Image,Ab4d.Vulkan.MemoryPropertyFlags,System.Boolean,System.String)"]
See Also