GLUtil-0.9.0: Miscellaneous OpenGL utilities.

Safe HaskellNone
LanguageHaskell98

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.