-
I'm trying to get Silk.NET OpenXR running simply by using Silk.NET.OpenXR;
var api = XR.GetApi(); If I run this, I get
I then use the debugger to examine the source of the error. The error comes from Hence, I'm assuming that I should somehow install the OpenXR loader. But how? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured it out. I cloned the OpenXR SDK, and built it with Visual Studio. That gave me the |
Beta Was this translation helpful? Give feedback.
I figured it out. I cloned the OpenXR SDK, and built it with Visual Studio. That gave me the
openxr_loader.dll
. I then copied it to my project directory, which I flagged with "Copy to Build Directory".