multisampling in gtkgl
Vu Ngoc San <[email protected]> Wed, 13 May 2009 12:03:24 +0200
| Newsgroups | gmane.comp.lang.ocaml.lib.gtk |
|---|---|
| Organization | IRMAR |
| Message-ID | <[email protected]> |
Dear list I am trying to get opengl multisampling working in ocaml (under ubuntu). It was easy to patch ocamlsdl to include this and it works. However, I haven't been so lucky with lablgtk. I patched the gtkgl library (libgtkgl2.0-dev_2.0.0-1_i386.deb), I patched lablgtk, and I even patched lablgl (to have Gl.enable `multisample. This was not necessary with SDL) eerything is accepted at compilation, but I see no difference: multisampling is not activated. Anyone already tried this ? San