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

Power saving mode #29

Closed
varomix opened this issue Sep 26, 2020 · 2 comments
Closed

Power saving mode #29

varomix opened this issue Sep 26, 2020 · 2 comments

Comments

@varomix
Copy link

varomix commented Sep 26, 2020

Hi
I want to make a desktop app that doesn't need to run 60 fps all the time
could something like this be implemented fo wgpu here?

ocornut/imgui#2749

thank you

@cwfitzgerald
Copy link
Collaborator

What would be required of us to do this? We don't handle any of the interaction with the system, all we do is render when we are asked to. This seems like it's on the application to deal with and only call us when a redraw is needed.

@Yatekii
Copy link
Owner

Yatekii commented Oct 13, 2020

Yeah, this id definitely something the actual application needs to handle. the framerate is not handled by imgui-wgpu :)

@Yatekii Yatekii closed this as completed Oct 13, 2020
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

3 participants