Handle
VkDeviceMemory
Opaque handle to a device memory object
A Vulkan device operates on data in device memory via memory objects that
are represented in the API by a VkDeviceMemory handle:
VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkDeviceMemory)
#[repr(transparent)]
pub struct DeviceMemory(_);
Parent
VK_VERSION_1_0Type
Handle