GL15 or ARBVertexBufferObject?

Started by elias4444, November 01, 2007, 18:32:36

Previous topic - Next topic

elias4444

Ok, this is a question that's been bugging me:
Which should I use? GL15's implementation of VBOs, or the ARBVertexBufferObject extension? Is LWJGL geared more towards one than the other? Do they both end up being the same? Is one more supported than the other?

All advice is appreciated!

=-=-=-=-=-======-=-=-=-=-=-
http://www.tommytwisters.com

Matthias

Use the ARB version - some OGL implementations miss some entry points for GL15 but expose all of ARBVertexBufferObject.

elias4444

Exactly what I was looking for, thanks.  ;D
=-=-=-=-=-======-=-=-=-=-=-
http://www.tommytwisters.com