KhronosGroup / OpenXR-Docs

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

Register Deep Mirror for author id #171

Closed lyh-dm closed 5 months ago

lyh-dm commented 5 months ago

Register Deep Mirror for author id

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.

rpavlik commented 5 months ago

Are you making a runtime, or an API layer, out of curiosity?

lyh-dm commented 5 months ago

@rpavlik I want to create some extensions for our device.

lyh-dm commented 5 months ago

Hi @rpavlik , could you please help to review this PR? Thanks. Oh sorry, seems I misunderstand your last question. We want to implement the extension functions in a new API layer. If I understand correctly, we need such an author ID to register these new functions and new data struct to the OpenXR-SDK.

rpavlik commented 5 months ago

Yep, this is right for creating new extensions. Most of the time extensions are implemented in the runtime itself, but some can be implemented in extensions if that works better for the use case.