luca-piccioni / OpenGL.Net

Modern OpenGL bindings for C#.
MIT License
570 stars 109 forks source link

Mesa #28

Closed equinox2k closed 7 years ago

equinox2k commented 7 years ago

Wondering if the library works with Mesa and if so how would I set it up?

luca-piccioni commented 7 years ago

Yes, it should since MESA offers a compliant GL implementation. However, I tried running a sample on X11 runningon Raspberry PI 2,and fails during the glXSwapBuffers due an access violation exception.

I've not investigated further since the GL on RPi2 based on mesa is a software implementation, while I can access to the Broadcom API via VC4, and get GLES acceleration without X.