dynamic-graph-0.1.0.6: Draw and update graphs in real time with OpenGL

Safe HaskellNone
LanguageHaskell2010

Graphics.DynamicGraph.Util

Description

Various utility functions

Synopsis

Documentation

setupGLFW :: EitherT String IO () Source

Utility function to setup GLFW for graph drawing

checkVertexTextureUnits :: EitherT String IO () Source

Check if texture units are accessible from the vertex shader. Needed by Graphics.DynamicGraph.Line.