NVIDIA GTX 550 ti ===>> GPU not found #12798
Replies: 2 comments 4 replies
-
Hello! You are probably looking for #12542, which should fix your issue. It will be released in Bevy 0.13.2. For now, you can depend on the unstable 0.13.2 branch. Add this to your [patch.crates-io]
bevy = { git = "https://github.com/bevyengine/bevy", branch = "release-0.13.2" }
bevy_app = { git = "https://github.com/bevyengine/bevy", branch = "release-0.13.2" }
bevy_asset = { git = "https://github.com/bevyengine/bevy", branch = "release-0.13.2" }
bevy_ecs = { git = "https://github.com/bevyengine/bevy", branch = "release-0.13.2" }
# ... You may find this discussion on Discord useful. Feel free to ask in the |
Beta Was this translation helpful? Give feedback.
-
Tx for your quick response I have tried what you suggested but it did not work for me.
Example-Code: //! Demonstrates how to work with Cubic curves. Edit: By the way: If i try the examples via WASM it all works fine ( https://bevyengine.org/examples/Animation/cubic-curve/ ) |
Beta Was this translation helpful? Give feedback.
-
When I run your example code , I get the message that my GPU is not found. I suspect that there is a connection because this GPU no longer supports Vulkan due to its age.
Is there a possibility to help me. I once heard that WGPU supports a compatibility mode. Is there something for bevy?
Beta Was this translation helpful? Give feedback.
All reactions