Structs§
- ApiLayer
Create Info - Loader
Interface Structure Type - XrApi
Layer Next Info - XrNegotiate
ApiLayer Request - XrNegotiate
Loader Info - XrNegotiate
Runtime Request
Constants§
- API_
LAYER_ MAX_ SETTINGS_ PATH_ SIZE - CURRENT_
LOADER_ API_ LAYER_ VERSION - Loader/API Layer Interface versions
- CURRENT_
LOADER_ RUNTIME_ VERSION - Loader/Runtime Interface versions
Type Aliases§
- FnCreate
ApiLayer Instance - 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.
- FnNegotiate
Loader ApiLayer Interface - 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.
- FnNegotiate
Loader Runtime Interface - Function used to negotiate an interface between the loader and a runtime. Each runtime should expose at least this function.