[][src]Function unity_native_plugin_sys::vkGetMemoryHostPointerPropertiesEXT

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