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