KStocky / ShaderTestFramework

An automation testing framework for testing shader code
MIT License
20 stars 1 forks source link

Better Detection of D3D12 driver #33

Open KStocky opened 8 months ago

KStocky commented 8 months ago

Is your feature request related to a problem? Please describe. At the minute we default to the WARP driver and this is fine. However, Test writers might want to run their test on hardware by default.

Describe the solution you'd like We could provide an "auto pick" option for device type. This would be the default. Then the fixture will pick the hardware if the hardware supports the required D3D features, and pick WARP otherwise