You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can edit code OpenGL.cs
use Environment.OSVersion
windows => public const string LIBRARY_OPENGL = "opengl32.dll";
linux=>public const string LIBRARY_OPENGL = "opengl.so";
The text was updated successfully, but these errors were encountered:
you can edit code OpenGL.cs
use Environment.OSVersion
windows => public const string LIBRARY_OPENGL = "opengl32.dll";
linux=>public const string LIBRARY_OPENGL = "opengl.so";
The text was updated successfully, but these errors were encountered: