Skip to content

qt: extend RHI fallback to ensure D3D_FEATURE_LEVEL_11_1 is satisfied

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/extendrhifallback2 into master

Currently, the fallback procedure is only applied when Windows version is older than 8.1. However, there is no guarantee that D3D_FEATURE_LEVEL_11_1 is supported even with newer Windows versions.

Request review @robUx4 or @chub.

Merge request reports