XrInstanceCreateInfo
XrInstanceCreateInfo is a structure used by the OpenXR runtime to create an OpenXR instance through the xrCreateInstance function. It specifies application metadata, the OpenXR API version to target, and which extensions to enable for the instance. The information provided here is used by the runtime to initialize the OpenXR environment for the application.
The structure typically includes fields such as type, next, applicationInfo, enabledApiVersion, and a list of enabled
Opening or enabling extensions may influence which features are available at runtime, and some extensions may
In practice, developers prepare an XrApplicationInfo with app and engine details, set the desired API version,