gelatin-gl-0.1.0.0: OpenGL rendering routines for the gelatin-picture graphics EDSL.

Safe HaskellNone
LanguageHaskell2010

Gelatin.GL.TH

Documentation

genUniform Source #

Arguments

:: TypeQ

The type of the uniform value. Most likely Bool, Float, V3, M44, etc.

-> ExpQ

The function that marshals the value to the shader.

-> DecsQ