VBO's?

Does the current nvidia drivers support VBO’s in linux? as glux crashes my app when i ask it to load the VBO extension.

I don’t know about the current but the previous one worked ok for me so I assume the current should too. I didn’t have to load the extension in any way either, just use the functions as usual. You might have to include glext.h though, but I don’t think so.

im using glux for cross platformity, and it crashes when i ask it to setup VBO extensions :-/
works fine under windows.

Well, probably a glux bug then. I can’t help you here, better bypass glux for VBOs (for now) and contact the author to fix this.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.