OpenGL-2.9.2.0: A binding for the OpenGL graphics system

Portabilityportable
Stabilitystable
MaintainerSven Panne <svenpanne@gmail.com>
Safe HaskellNone

Graphics.Rendering.OpenGL.GL.Shaders.ShaderObjects

Contents

Description

This module corresponds to section 7.1 (Shader Objects) and 7.13 (Shader, Program, and Program Pipeline Queries) of the OpenGL 4.4 spec.

Synopsis

Shader Objects

shaderSource :: Shader -> StateVar [String]Source

Deprecated: Use shaderSourceBS instead.

Shader Queries