KhronosGroup / OpenXR-Docs

OpenXR Specification sources and related material
Other
141 stars 62 forks source link

Clarify xrEnumerateInstanceExtensionProperties #173

Open fredemmott opened 1 month ago

fredemmott commented 1 month ago

Per https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#api-initialization , this function can be called before calling xrCreateInstance.

This function may: be called before an instance has been created; implementations must: not assume an instance exists.

Concretely:

fredemmott commented 1 month ago

Related loader docs PR: https://github.com/KhronosGroup/OpenXR-SDK-Source/pull/490

rpavlik-bot commented 1 month ago

An issue (number 2322) has been filed to correspond to this pull request in the internal Khronos GitLab (Khronos members only: KHR:openxr/openxr#2322 ), to facilitate working group processes.

This GitHub pull request will continue to be the main site of discussion.