Skip to content
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

[Request] Remove WGPU as default feature #748

Open
Adam-Cosner opened this issue Jan 15, 2025 · 0 comments
Open

[Request] Remove WGPU as default feature #748

Adam-Cosner opened this issue Jan 15, 2025 · 0 comments

Comments

@Adam-Cosner
Copy link

As the title says. WGPU is intended for high graphical demand applications and currently libcosmic uses WGPU but explicitly disables the discrete GPU, resulting in libcosmic apps that use WGPU using the integrated GPU. Because of this, resizing is very choppy as it has to reallocate the surface every frame that it's resized. When I tested on my own machine and disabled WGPU, the app performed pretty much the same but the choppy resizing was completely eradicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant