tgls icon indicating copy to clipboard operation
tgls copied to clipboard

Thin bindings to OpenGL {3,4} and OpenGL ES {2,3} for OCaml

Results 4 tgls issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

This would make, among other things, tgls useful on the platforms where ctypes can is built without libffi, i.e. Android.

enhancement

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...