I am writing a program in C++ using directx 11 for my graphics. My laptop has a light weight intel graphics card that is used to extend my battery life and is supposed to only be used for "lightweight" graphics. I have another much more powerful video card installed also.
I am wondering how to specify which video card to use in directx? Is there a way when I am creating the device to specify which card to use within my code?
Thanks