can anyone tell me when it is more better to use inline functions and when normal functions.
Lets say i have
would it be better to use a inline function?Code :void TexGen::SafeMatrix() { glMatrixMode(GL_PROJECTION); glPushMatrix(); glLoadIdentity(); glMatrixMode(GL_MODELVIEW); glPushMatrix(); glLoadIdentity(); }
thx
Chris



