OpenGLAda icon indicating copy to clipboard operation
OpenGLAda copied to clipboard

Thick Ada binding for OpenGL and GLFW

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

**When merged this pull request will:** - add the window primitives `Set_Icon` and `Clear_Icon` (using `glfwSetWindowIcon`), allowing windows to be decorated with a custom icon on supporting platforms - add...

Hi! This PR is to add the base support for compute shaders, which already allows performing arbitrary computation in SSBO objects on the GPU (see test). Binding some of the...

I have been trying to use `Gl.Text.To_Texture` but when I run my program the texture displays on the first iteration of the main loop only. I have been unable to...

Hello, I am trying to compile 0.9.0 on FreeBSD-14, however, the build will fail at some random point without `-j0`, or reliably on `gl-algebra.ads` with `-j0`. `gprbuild --version` returns: ```...