tgls
tgls copied to clipboard
Thin bindings to OpenGL {3,4} and OpenGL ES {2,3} for OCaml
It would be great to add an example of using textures given how important those are. Here's a patch of the change I made while playing with it myself, in...
Tried to get one of my projects to build on a new computer, but for some reason it failed due to not being linked to libGL. Then I tried the...
This would make, among other things, tgls useful on the platforms where ctypes can is built without libffi, i.e. Android.
For example the params here is an output, but in the OCaml API it seems to be only an input: void glGetBufferPointerv(GLenum target, GLenum pname, GLvoid *\* params); val get_buffer_pointerv...