mellinoe / veldrid-samples

Sample projects for Veldrid
https://mellinoe.github.io/veldrid-docs/
121 stars 49 forks source link

Changed CreateGraphicsDevice in SampleBase/VeldridStartupWindow.cs to auto detect backing api #38

Open Kemsekov opened 3 years ago

Kemsekov commented 3 years ago

When I tried to run sample on my arch I've got an error aka directx11 dll not found, so I had to change overload of CreateGraphicsDevice function in VeldridStartupWindow.cs to use auto detecting backing api. This change must not make any troubles with other projects because Veldrid is backing api agnostic so I want to merge