GLUtil-0.6.3: Miscellaneous OpenGL utilities.

Safe HaskellNone

Graphics.GLUtil

Description

The main import that simply re-exports the various modules that make up the GLUtil library.

Synopsis

Documentation

readTexture :: FilePath -> IO (Either String TextureObject)Source

Load a TextureObject from an image file. Supported formats include png, jpeg, bmp, and gif.