Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.GPipe
Description
A typesafe API based on the conceptual model of OpenGl, but without the imperative state machine. Aims to be as close to the raw OpenGl performance as possible, without compromising type safety or functional style. Includes DSL for shaders to provide type safety even when crossing into that domain. Uses OpenGl 3.3 core profile under the hood.
This is a convenience module, combining GPipes all other modules.
Documentation
module Graphics.GPipe.Context
module Graphics.GPipe.Format
module Graphics.GPipe.Buffer
module Graphics.GPipe.FrameBuffer
module Graphics.GPipe.Shader
module Graphics.GPipe.Expr
module Graphics.GPipe.Uniform
module Graphics.GPipe.Texture
module Graphics.GPipe.Sampler