Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions specification/loader/api_layer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,11 @@ Therefore, it must follow some conventions and rules defined below:
contents of the instance extensions it supports.
** If "layerName" is NULL and:
*** It is an explicit API layer, it must: not fill in any data.
*** It is an implicit API layer, it must: add it's own instance extension
contents to the list of extensions.
*** It is an implicit API layer and:
**** an `XrInstance` has been created but not destroyed, it must: add its own
instance extension contents to the list of extensions.
**** no `XrInstance` has been created, or all have been destroyed, it must:
return only its own instance extension contents.
* For any OpenXR command the API layer intercepts, `xrGetInstanceProcAddr`
must: return a pointer to a local entry point.
** Otherwise it returns the value obtained by calling down the instance call
Expand Down