stride3d / stride

Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
https://stride3d.net
MIT License
6.65k stars 957 forks source link

feat: [Build] - Better Platform detection for Linux #2460

Closed Jklawreszuk closed 2 months ago

Jklawreszuk commented 2 months ago

PR Details

My PR corrects graphics API detection for Linux. The main reason was to improve the graphics detection in code editors like VSCode or Rider : instead of OpenGL as the default api, Direct3D is always selected which is not correct.

Types of changes

Checklist

Eideren commented 2 months ago

Thanks !