I’m trying to get Vertex Buffer objects running in jogl on some older hardware, and I’m finding that it’s tedious to be checking if all these functions are even supported…
My guess is that I have to check if the non-arb isSupported, then if not, try the arb issupported, then crash, or use a slow workaround that doesn’t use the extension.
I’m just wondering if jogl does that for me; so that I don’t have to write so much dern code.