Bevy only rendering blank window #5328
Unanswered
neoeinstein
asked this question in
Q&A
Replies: 1 comment
-
Probably a good idea to report an issue for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I pulled down the bevy repo and tried a
cargo run --example breakout
. I get sounds of the ball bouncing around, but I only get a window with a black canvas (image attached).Mac is a 2019 MacBook Pro
CPU: 2.4 GHz 8-Core Intel Core i9
GPU: Intel UHD Graphics 630 1536 MB
On MacOS Monterey 12.4
This is my "adapter info" from the initial log message:
Other examples like
sprite
also fail to produce anything on the canvas. I am wondering if there is something that I might be missing in the whole process.Beta Was this translation helpful? Give feedback.
All reactions