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

Vulkan: Use the DynamicLoader from the right namespace #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

linkmauve
Copy link
Contributor

As of vulkan-headers 1.4.303, this class is defined in the vk::detail namespace, not in vk any more.

As of vulkan-headers 1.4.303, this class is defined in the vk::detail
namespace, not in vk any more.
@neobrain
Copy link
Member

Are you supposed to use things from the detail namespace or does vulkan.hpp's documentation suggest using anything different instead?

As-is, this would need a preprocessor guard to ensure the build will still work with Conan-provided libraries (currently pinned at 1.3.268).

@neobrain neobrain mentioned this pull request Dec 31, 2024
@neobrain
Copy link
Member

This was specifically changed in https://github.com/KhronosGroup/Vulkan-Hpp/releases/tag/v1.3.301 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants