Click or drag to resize
Ab4d.SharpEngine logo

VkCoreMapMemory Method

[Missing <summary> documentation for "M:Ab4d.Vulkan.VkCore.MapMemory(Ab4d.Vulkan.Device,Ab4d.Vulkan.DeviceMemory,System.UInt64,System.UInt64,Ab4d.Vulkan.MemoryMapFlags,System.Void**)"]


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public Result MapMemory(
	Device device,
	DeviceMemory memory,
	ulong offset,
	ulong size,
	MemoryMapFlags flags,
	void** ppData
)

Parameters

device  Device

[Missing <param name="device"/> documentation for "M:Ab4d.Vulkan.VkCore.MapMemory(Ab4d.Vulkan.Device,Ab4d.Vulkan.DeviceMemory,System.UInt64,System.UInt64,Ab4d.Vulkan.MemoryMapFlags,System.Void**)"]

memory  DeviceMemory

[Missing <param name="memory"/> documentation for "M:Ab4d.Vulkan.VkCore.MapMemory(Ab4d.Vulkan.Device,Ab4d.Vulkan.DeviceMemory,System.UInt64,System.UInt64,Ab4d.Vulkan.MemoryMapFlags,System.Void**)"]

offset  UInt64

[Missing <param name="offset"/> documentation for "M:Ab4d.Vulkan.VkCore.MapMemory(Ab4d.Vulkan.Device,Ab4d.Vulkan.DeviceMemory,System.UInt64,System.UInt64,Ab4d.Vulkan.MemoryMapFlags,System.Void**)"]

size  UInt64

[Missing <param name="size"/> documentation for "M:Ab4d.Vulkan.VkCore.MapMemory(Ab4d.Vulkan.Device,Ab4d.Vulkan.DeviceMemory,System.UInt64,System.UInt64,Ab4d.Vulkan.MemoryMapFlags,System.Void**)"]

flags  MemoryMapFlags

[Missing <param name="flags"/> documentation for "M:Ab4d.Vulkan.VkCore.MapMemory(Ab4d.Vulkan.Device,Ab4d.Vulkan.DeviceMemory,System.UInt64,System.UInt64,Ab4d.Vulkan.MemoryMapFlags,System.Void**)"]

ppData  Void**

[Missing <param name="ppData"/> documentation for "M:Ab4d.Vulkan.VkCore.MapMemory(Ab4d.Vulkan.Device,Ab4d.Vulkan.DeviceMemory,System.UInt64,System.UInt64,Ab4d.Vulkan.MemoryMapFlags,System.Void**)"]

Return Value

Result

[Missing <returns> documentation for "M:Ab4d.Vulkan.VkCore.MapMemory(Ab4d.Vulkan.Device,Ab4d.Vulkan.DeviceMemory,System.UInt64,System.UInt64,Ab4d.Vulkan.MemoryMapFlags,System.Void**)"]

Remarks

Success codes:VK_SUCCESS

Error codes:VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_MEMORY_MAP_FAILED

See Also