[ocaml-opengl] Problems with LablGL on the rpi

Quentin Stievenart quentin.stievenart at gmail.com
Tue Mar 12 08:18:47 GMT 2013


I don't know much about OpenGL ES, but glMLite[1] seems to support
more recent OpenGL features than Lablgl (I found it when needing VBO
support, which doesn't seem to be present in Lablgl).

[1]: http://www.linux-nantes.org/~fmonnier/ocaml/GL/

On 12 March 2013 08:41, Daniel Bünzli <daniel.buenzli at erratique.ch> wrote:
> Le mardi, 12 mars 2013 à 00:55, Florent Monnier a écrit :
>> Maybe I'll say something wrong, but I understood that Lablgles is
>> currently for OGL ES 1, and the Raspberry Pi has OGL ES 2.
>
> The raspberry should be capable of both ES1.1 and ES2 (the libs are in /opt/vc). I couldn't test it myself though because I don't have any graphical output terminal to connect to at the moment.
>
> Using regular OpenGL via glx over the network on another host works fine but in that case you are just using the host hardware not the raspberry pi gpu.
>
> Best,
>
> Daniel
> _______________________________________________
> OpenGL mailing list
> OpenGL at lists.ocaml.org
> http://lists.ocaml.org/listinfo/opengl


More information about the OpenGL mailing list