You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Windows 7 WARP fallback for D3D11 device creation
When D3D11CreateDevice fails with DXGI_ERROR_UNSUPPORTED on Windows 7,
retry using the WARP (software) driver type. Also remove the
D3D11_CREATE_DEVICE_DEBUG flag in this case, as the Win7 software
adapter does not support creating a debug device.
0 commit comments