We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1377f commit 228fa3bCopy full SHA for 228fa3b
src/Graphics/FNA3D.cs
@@ -144,6 +144,13 @@ public struct FNA3D_PresentationParameters
144
145
#endregion
146
147
+ #region Versioning
148
+
149
+ [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
150
+ public static extern uint FNA3D_LinkedVersion();
151
152
+ #endregion
153
154
#region Logging
155
156
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
0 commit comments