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
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 ofCreateGraphicsDevice
function inVeldridStartupWindow.cs
to use auto detecting backing api. This change must not make any troubles with other projects becauseVeldrid
is backing api agnostic so I want to merge