servo / surfman

Accelerated offscreen graphics for WebGL
Apache License 2.0
172 stars 84 forks source link

Fix error when creating WARP device on Windows #300

Closed crbrz closed 1 month ago

crbrz commented 1 month ago

D3D11CreateDevice doesn't need an adapter when driver type is D3D_DRIVER_TYPE_WARP.

Fixes the error reported in https://github.com/servo/servo/issues/26431 and enables running multiple WPT tests in parallel on Windows.