简体   繁体   English

强制窗口使用最好的图形卡

[英]Force windows to use the best graphic card available

I have a WPF application which has a small 3D Engine on some specific pages (integrated via WindowsFormsHost). 我有一个WPF应用程序,在某些特定页面上有一个小型3D引擎(通过WindowsFormsHost集成)。

I've seen that on many laptops with several graphic cards (dedicated and integrated) Windows would by default use the integrated one which in many cases will not be good enough to run my 3D Engine. 我已经看到,在许多具有多个图形卡(专用和集成)的笔记本电脑上,Windows默认使用集成的,在许多情况下,它不足以运行我的3D引擎。

For example all my games are automatically executed with the dedicated GPU. 例如,我的所有游戏都是使用专用GPU自动执行的。 Is there a way to show windows this WPF application needs the best GPU available ? 有没有办法显示Windows这个WPF应用程序需要最好的GPU?

I understand that you can change that choice in your graphic card's settings but it's a complicated manipulation for most of the final users. 我知道您可以在显卡的设置中更改该选项,但对于大多数最终用户来说这是一个复杂的操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM