Stability | Portability : |
---|---|
Maintainer | Sven Panne <sven.panne@aedion.de> |
Safe Haskell | None |
Graphics.Rendering.OpenGL.GL.Shaders.Attribs
Description
This module contains functions related to shader attributes, this corresponds to section 2.20.3 of the OpenGL 3.1 spec (Shader Variables).
Documentation
attribLocation :: Program -> String -> StateVar AttribLocation
activeAttribs :: Program -> GettableStateVar [(GLint, VariableType, String)]