In interest of optimization, ho do Java operations ( int division, float division, new, etc.) compare to each other in terms of processing expense.
Also, what about opengl functions?
I am especially interested in useshader() vs bindtexture() vs bindbuffer() and attribute location functions.