GLException: method not available

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

GLException: method not available

Itun
What does it mean?
Notebook Window 7 x32 AMD Turion ZM-80 ati mobility radeon hd 3400
Reply | Threaded
Open this post in threaded view
|

Re: GLException: method not available

Wade Walker
Administrator
It looks like the GL function table isn't set up properly (it's got null instead of the address of glCreateShader). If you run etc\test.bat for your JOGL installation, does it show the GL_ARB_fragment_shader and GL_ARB_vertex_shader extensions?