-
Notifications
You must be signed in to change notification settings - Fork 438
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
OutOfDeviceMemory on image.exe/teapot.exe GTX 770 4GB #172
Labels
Comments
Could you run with |
I've had to use gdb since Rust's backtrace doesn't show much:
Rust version:
|
The stack trace leads to the moment where we create the transient depth buffer. |
This seems related to #1247 closing in favor of that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get following error on my nvidia gtx 770-4gb when using examples. I'm using the latest nvidia drivers (368.69.0) on updated Windows 10 Home x64. Vulkan works on triangle.exe example.
The text was updated successfully, but these errors were encountered: