You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing any of the demos/examples utilizing the Vulkan backend & Windows platform, lambda applications crashes upon exiting with a STATUS_ACCESS_VIOLATION.
To reproduce, run the command cargo run --example push_constants --features lambda-platform/gfx-with-vulkan and exit the demo utilizing the window close button. This will trigger the GPU resource deallocation code & subsequently the access violation right after the surface starts to be deallocated.
The text was updated successfully, but these errors were encountered:
When testing any of the demos/examples utilizing the Vulkan backend & Windows platform, lambda applications crashes upon exiting with a
STATUS_ACCESS_VIOLATION
.To reproduce, run the command
cargo run --example push_constants --features lambda-platform/gfx-with-vulkan
and exit the demo utilizing the window close button. This will trigger the GPU resource deallocation code & subsequently the access violation right after the surface starts to be deallocated.The text was updated successfully, but these errors were encountered: