Safe Haskell | None |
---|---|
Language | Haskell2010 |
The main import that simply re-exports the various modules that
make up the GLUtil
library.
Synopsis
- module Graphics.GLUtil.BufferObjects
- module Graphics.GLUtil.Drawing
- module Graphics.GLUtil.Shaders
- module Graphics.GLUtil.Textures
- readTexture :: FilePath -> IO (Either String TextureObject)
- data Word32
- 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
.
32-bit unsigned integer type
Instances
module Graphics.GLUtil.GLError
module Graphics.GLUtil.TypeMapping
module Graphics.GLUtil.Linear
module Graphics.GLUtil.Viewport