aejsmith / vkdevicechooser

Vulkan layer to force a specific device to be used
MIT License
77 stars 18 forks source link

Switch between dGpu and iGpu? #4

Closed xcom169 closed 4 years ago

xcom169 commented 4 years ago

Hello!

With this tool is it possible to switch between dGpu and iGpu? Eg. igpu in Intel core i5 cpu?

plasticbomb1986 commented 4 years ago

Yes, by selecting the correct vulkan gpu id. 0 or 1, you can check that info by vulkaninfo.

xcom169 commented 4 years ago

Thanks!