-
Notifications
You must be signed in to change notification settings - Fork 361
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
The procedure Entry point could not be located #280
Comments
Not sure if it helpful to add to the pile of reports on this issue, but I have run into the same error. My project only uses the 1.3.224 Vulkan SDK (it's the only one on my device) and I am using the 3.0.0 version of VMA. The fix of removing |
For me it worked to just |
This issue can be caused by graphics card driver not supporting Vulkan 1.3. You are trying link statically with a function that is not there. The solution to this would be to fetch those functions dynamically.
in the same place where you have
|
Every time I add the VMA_IMPLEMENTATION in 1 cpp file I keep getting this error at runtime, just before my application starts running
The text was updated successfully, but these errors were encountered: