Type Alias FnNegotiateLoaderRuntimeInterface

Source
pub type FnNegotiateLoaderRuntimeInterface = unsafe extern "system" fn(loader_info: *const XrNegotiateLoaderInfo, runtime_request: *mut XrNegotiateRuntimeRequest) -> Result;
Expand description

Function used to negotiate an interface between the loader and a runtime. Each runtime should expose at least this function.