We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.10.1
Rust version: 1.68.2 OS: EndeavourOS with Linux 6.1.22-1-lts
Bevy output when running: 2023-04-13T13:29:46.125988Z INFO bevy_winit::system: Creating new window "Bevy App" (0v0) 2023-04-13T13:29:46.126399Z INFO winit::platform_impl::platform::x11::window: Guessed window scale factor: 1.0833333333333333 2023-04-13T13:29:46.210978Z INFO bevy_render::renderer: AdapterInfo { name: "Intel(R) HD Graphics 620 (KBL GT2)", vendor: 32902, device: 22806, device_type: IntegratedGpu, driver: "Intel open-source Mesa driver", driver_info: "Mesa 23.0.1", backend: Vulkan } 2023-04-13T13:29:46.953828Z INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "Linux rolling EndeavourOS", kernel: "6.1.22-1-lts", cpu: "Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz", core_count: "2", memory: "11.6 GiB" }
Simply ran the code in 2d_shapes example from the Bevy website.
There is a white border around the shapes and the background is darker
Here is what the site example looks like:
It seems to be related to these issues: #2374 #7126 #5266
I have also tested wgpu's hello-triangle example, and it worked as expected
The text was updated successfully, but these errors were encountered:
It seems that this issue can be circumvented by inserting resource Msaa::Off
Sorry, something went wrong.
No branches or pull requests
Bevy version
0.10.1
Relevant system information
Rust version: 1.68.2
OS: EndeavourOS with Linux 6.1.22-1-lts
Bevy output when running:
2023-04-13T13:29:46.125988Z INFO bevy_winit::system: Creating new window "Bevy App" (0v0)
2023-04-13T13:29:46.126399Z INFO winit::platform_impl::platform::x11::window: Guessed window scale factor: 1.0833333333333333
2023-04-13T13:29:46.210978Z INFO bevy_render::renderer: AdapterInfo { name: "Intel(R) HD Graphics 620 (KBL GT2)", vendor: 32902, device: 22806, device_type: IntegratedGpu, driver: "Intel open-source Mesa driver", driver_info: "Mesa 23.0.1", backend: Vulkan }
2023-04-13T13:29:46.953828Z INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "Linux rolling EndeavourOS", kernel: "6.1.22-1-lts", cpu: "Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz", core_count: "2", memory: "11.6 GiB" }
What you did
Simply ran the code in 2d_shapes example from the Bevy website.
What went wrong
There is a white border around the shapes and the background is darker
Here is what the site example looks like:
It seems to be related to these issues:
#2374
#7126
#5266
I have also tested wgpu's hello-triangle example, and it worked as expected
The text was updated successfully, but these errors were encountered: