Odd issue with adapter selection running "hello" and "hello-triangle" #3890
Unanswered
RaniSharim
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I have an odd issue with adapter selection. I have a win11 pc with both onboard intel cpu and 6800xt. I have only one monitor which is plugged to the discreet (6800xt) gpu.
When I run
cargo run --bin hello
I getThis even happens if I run with the env flags
WGPU_ADAPTER_NAME
(either "6800", "6800 XT" or the full "AMD Radeon RX 6800 XT") and with or withoutWGPU_BACKEND="dx12"
Something similar also happens when I run
hello-triangle
. It displays properly on screen but claims to use the onboard gpu, which doesn't make sense since the onboard GPU isn't even connected to the screen.What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions