-
Notifications
You must be signed in to change notification settings - Fork 20
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
VK_ERROR_OUT_OF_POOL_MEMORY error #13
Comments
That should not happen, what system (GPU, OS, driver) are you running this on ? |
|
I have never tested on AMD GPU. This is likely caused by different device limits that don't play well with the allocator. Can you post the full output, with the stack trace? |
[debug] Registering action "Debug assert"
|
Can you try, in PhysicalDevice.cpp, replacing this line (Since I don't have access to an AMD card, it's the easiest way I have to validate that this is the problem) |
I tried that but I still get same error |
I have no idea what's happening. I pushed something that might fix it. Tell me if it works. |
It doesn't work. I still get same error |
I get this error when I run app: [error] VK_ERROR_OUT_OF_POOL_MEMORY in file "D:\Yave-master\Yave\yave/graphics/vk/vk.h" at line 315 on thread "Main thread"
The text was updated successfully, but these errors were encountered: