sharpgl icon indicating copy to clipboard operation
sharpgl copied to clipboard

can i use on mono linux,mac

Open annopnod opened this issue 3 years ago • 0 comments

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";

annopnod avatar Mar 16 '21 01:03 annopnod