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

Feature request: Only enable user chosen Vulkan subset #83

Open
zeno-endemann-kdab opened this issue Jun 30, 2022 · 0 comments
Open

Feature request: Only enable user chosen Vulkan subset #83

zeno-endemann-kdab opened this issue Jun 30, 2022 · 0 comments

Comments

@zeno-endemann-kdab
Copy link

Currently, volk creates function pointers for all Vulkan API and extensions that are defined in the vulkan header. If instead the user could define (I suppose via macro defines) which core version + extension are being used, it would have the following advantages:

  • Only functions that the user plans to use are actually resolved, speeding up initialization
  • It prevents the user from accidentally using functions from extensions or core versions that were not declared
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

No branches or pull requests

1 participant