Module openxr_sys::loader

source ·

Structs§

Constants§

Type Aliases§

  • Function pointer prototype for the xrCreateApiLayerInstance function used in place of xrCreateInstance. This function allows us to pass special API layer information to each layer during the process of creating an Instance.
  • Function used to negotiate an interface between the loader and an API layer. Each library exposing one or more API layers needs to expose at least this function.
  • Function used to negotiate an interface between the loader and a runtime. Each runtime should expose at least this function.