Question: Why support only DirectX 12.1?
See original GitHub issueI am trying to experiment with different graphics cards, and figured out that my AMD RX 580 was not detected.
After some digging I found that minimum required API is DirectX 12.1, while the AMD RX 580 supports only 12.0.
I tried my test with updated minimum required API to FeatureLevel.Level_12_0
, and it passed on AMD RX 580.
Are there some features in DirectX 12.1 which are required for this library to function?
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
I have DirectX 12, but application requires DirectX 11
Hello. I do have directX, but just not 11, i have 12. My question is why I cant run a directX 11 app...
Read more >I have directx 12 yet i cannot play any games involving ...
So i have tried on two games now and with both it says that i have incompatible direct x versions they say i...
Read more >Is DirectX 11 or 12 better? - Old School Gamers
YES directX 11 improve Fps as well as graphics . But only when your graphics card is compatible with directx 11. directX 11...
Read more >Question - Is DirectX 12 the 'Default' for Modern GPUs?
Your current GPU, the RTX 3070 already supports DirectX 12 Ultimate API by default. In fact, DirectX 12 is supported by all Ampere,...
Read more >DirectX 11 vs. DirectX 12: What Are the Differences and ...
Released in 2008, this GPU only supports up to DirectX 10. This means that it would be incapable of running most modern games,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Youāre correct, DX12 should actually be enough. Iāll make some tests on my end and if everything looks good Iāll make this change in the next update š
Thanks @Sergio0694, now my RX 580 is detected, and in my particular case itās actually faster than GTX 1080.