Hey there.
I’ve got some stuff going on that ends up applying some pretty complex matrix operations. I want to avoid drawing anything that won’t appear onscreen (i.e. won’t appear within the viewport), but I don’t want to bother with the math to convert those points backwards to find if they’re on screen or not. Is there a nifty OpenGL call I can use to see if something is within the viewport?