Safe Haskell | None |
---|
Graphics.GLUtil
Description
The main import that simply re-exports the various modules that
make up the GLUtil
library.
- module Graphics.GLUtil.BufferObjects
- module Graphics.GLUtil.Drawing
- module Graphics.GLUtil.Shaders
- module Graphics.GLUtil.Textures
- readTexture :: FilePath -> IO (Either String TextureObject)
- module Graphics.GLUtil.GLError
- module Graphics.GLUtil.VertexArrayObjects
- module Graphics.GLUtil.ShaderProgram
- module Graphics.GLUtil.TypeMapping
- module Graphics.GLUtil.Linear
- module Graphics.GLUtil.Viewport
Documentation
module Graphics.GLUtil.Drawing
module Graphics.GLUtil.Shaders
module Graphics.GLUtil.Textures
readTexture :: FilePath -> IO (Either String TextureObject)Source
Load a TextureObject
from an image file. Supported formats
include png
, jpeg
, bmp
, and gif
.
module Graphics.GLUtil.GLError
module Graphics.GLUtil.TypeMapping
module Graphics.GLUtil.Linear
module Graphics.GLUtil.Viewport