iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
24.29k stars 1.13k forks source link

Nvidia Shadowplay thinks the window is a game #747

Open WilliamVenner opened 3 years ago

WilliamVenner commented 3 years ago

image

An FPS counter is also shown:

image

However, pressing ALT + Z to access GeForce experience shows the overlay in the fullscreen, and not in the application window:

image

kaimast commented 3 years ago

What do you use on to draw iced?

On wgpu you can specify high performance or low energy modes. Maybe that fixes it?

dev-inigmas commented 3 years ago

In my experience, Shadowplay thinks lots of things are games that aren't. Personally, I just turn a lot of that nvidia stuff off. I'm not sure, but I think it's just detecting that hardware acceleration is being used and assumes it's a game.