You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be desired to import memory from an os object, such as a Win32 HANDLE, Linux Dmabuf, Fuchsia VMO, etc.
Ideally the Vulkan allocator could provide a way to unsafely create a memory block from some VkDeviceMemory and some auxiliary information (such as the size of the block, memory type, etc).
The text was updated successfully, but these errors were encountered:
It may be desired to import memory from an os object, such as a Win32 HANDLE, Linux Dmabuf, Fuchsia VMO, etc.
Ideally the Vulkan allocator could provide a way to unsafely create a memory block from some VkDeviceMemory and some auxiliary information (such as the size of the block, memory type, etc).
The text was updated successfully, but these errors were encountered: