vkGetMemoryHostPointerPropertiesEXT

Function vkGetMemoryHostPointerPropertiesEXT 

Source
pub unsafe extern "system" fn vkGetMemoryHostPointerPropertiesEXT(
    device: VkDevice,
    handleType: VkExternalMemoryHandleTypeFlagBits,
    pHostPointer: *const c_void,
    pMemoryHostPointerProperties: *mut VkMemoryHostPointerPropertiesEXT,
) -> VkResult