Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put some extensions into their own namespaces #12

Open
jherico opened this issue Oct 4, 2019 · 0 comments
Open

Put some extensions into their own namespaces #12

jherico opened this issue Oct 4, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jherico
Copy link
Collaborator

jherico commented Oct 4, 2019

For instance, putting XR_EXT_debug_utils definitions into xr::ext::DebugUtils would mean that a C++ client would be able to write xr::ext::debugUtils::Messenger instead of xr::DebugUtilsMessengerEXT. Since setup and teardown will likely be using many related classes, this allows clients to declare a scoped using namespace statement and produce significantly less verbose code.

@rpavlik rpavlik added enhancement New feature or request help wanted Extra attention is needed labels Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants