OpenGL-2.8.0.0: A binding for the OpenGL graphics system

StabilityPortability :
MaintainerSven Panne <sven.panne@aedion.de>
Safe HaskellNone

Graphics.Rendering.OpenGL.GL.Shaders.Shaders

Contents

Description

This module correspons with section 2.20.1 (Shader Objects) of the OpenGL 3.1 spec.

Synopsis

Documentation

compileShader :: Shader s => s -> IO ()Source

internals