glVertexPointerEXT

Hi,

I’m having a bit problems with glVertexPointerEXT() method, if I use newer than b04 version of jogl I get

“net.java.games.jogl.GLException: Method “glVertexPointerEXT” not available at net.java.games.jogl.impl.windows.WindowsGLImpl.glVertexPointerEXT(WindowsGLImpl.java:30853)”

which is most annoying. Maybe I am just using it wrong and newer versions are more picky but I dont think thats the case. I have latest drivers from nVidia (GeForce 5900) and I’ve tried this with several other drivers and cards. I am enabling GL_VERTEX_POINTER_EXT before using it and extension is present if I query it.

Any thoughts?

  • nG