(index ("init" 0) ("is-supported?" 143))
(def (sig (procedure " (init)" (id init))) (p "Required to initialize GLEW/OpenGL. An OpenGL context must be created before this is called."))
(def (sig (procedure " (is-supported? EXTENSION-NAME)" (id is-supported?))) (p "Query whether the OpenGL extension, given as a string, is supported."))
