[PyOpenGL-Users] glColorTableEXT Dynamic function loading
Brought to you by:
mcfletch
From: Michael D. <dat...@op...> - 2004-03-02 01:32:30
|
As suggested in another post the use of glColorTableEXT instead of glColorTable, but the following error occurs when its involked glColorTableEXT(GL_PROXY_COLOR_TABLE_EXT, GL_RGB, 512, GL_RGB, GL_UNSIGNED_BYTE, colourTable) OpenGL.GL.GLerror: [Errno (1282,)] Dynamic function loading not implemented/supported on this platform running linux if that is of any concern. |