<font face="verdana,sans-serif">Using the OpenGL package on Hackage, how do I load a texture from an array?<br><br>In the red book[1], I see their code using glGenTextures and glBindTexture, but I can&#39;t find these in the documentation. Are there different functions I should be calling?<br>

<br>[1] <a href="http://glprogramming.com/red/chapter09.html">http://glprogramming.com/red/chapter09.html</a><br></font>