@hackage record-gl0.1.0.0
Utilities for working with OpenGL's GLSL shading language and Nikita Volkov's "Record"s.
Categories
License
BSD-3-Clause
Maintainer
sebas.chinoir@gmail.com
Links
Versions
- 0.1.0.0 Mon, 23 Mar 2015
Installation
Dependencies (10)
- GLUtil >=0.6.4
- OpenGL >=2.8
- base >=4.6 && <5
- base-prelude
- containers >=0.5
- linear >=1.1.3 Show all…
Dependents (1)
@hackage/acme-everything
Using Nikita Volkov's Record records
to carry GLSL uniform parameters and vertex data enables
library code to reflect over the types of the data to
facilitate interaction between Haskell and GLSL.