GLUtil icon indicating copy to clipboard operation
GLUtil copied to clipboard

Utility functions for working with OpenGL BufferObjects, GLSL shaders, and textures.

Results 5 GLUtil issues
Sort by recently updated
recently updated
newest added

Hello, We do have a problem of build on windows, see : https://github.com/OctopusFarm/Octopus/issues/1 Unfortunately, I dont have a windows system to test things Regards, Simon

The documentation on Hackage is broken for the more recent versions. Here non of the hyperlinks seem to work.

I'd like to handle cubemap textures, but `reloadTexture` function is supposed to be applied only for Texture2D targets. Can we provide to it one more argument with a type `TwoDimensionalTextureTarget...

The `panRad` function pre-multiplies the new rotation to the old orientation, while `tiltRad` and `rollRad` post-multiply it. This leads, for example, to the following unexpected behaviour: - roll 90 degrees...

I got the below error trying to install GLUtil on OS X Mavericks. I understand there was an earlier, similar issue where the poster said they "had to install cpphs",...