-
The documentation says that you should be able to select a However, that no longer exists. NOTE This was copied here from a previous discord discussion to aid discoverability. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
See #370 for a full breakdown, but this option was removed to enable a refactor to the build system. It was replaced with project properties that are added to your entry point Currently, you can add the property, e.g. |
Beta Was this translation helpful? Give feedback.
See #370 for a full breakdown, but this option was removed to enable a refactor to the build system.
It was replaced with project properties that are added to your entry point
.csproj
file.Currently, you can add the property,
StrideGraphicsApi
, with any of the following values,Null
,Direct3D11
,Direct3D12
,OpenGL
,OpenGLES
orVulkan
.e.g.
<StrideGraphicsApi>Direct3D12</StrideGraphicsApi>