Skip to content

Commit

Permalink
Expose NativeLibrary
Browse files Browse the repository at this point in the history
  • Loading branch information
davilovick committed Jul 31, 2024
1 parent 3cdddb2 commit 77b6032
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OpenXRGen/Evergine.Bindings.OpenXR/Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ public static unsafe partial class OpenXRNative

private static NativeLibrary nativeLib;

public static NativeLibrary NativeLibrary => nativeLib;

static OpenXRNative()
{
nativeLib = LoadNativeLibrary();
Expand Down

0 comments on commit 77b6032

Please sign in to comment.