TINYGL: Done several optimizations to the maths code.

This commit is contained in:
Stefano Musumeci 2014-06-07 00:55:08 +02:00
parent 9be1423802
commit 4fbb2d0dc3
9 changed files with 333 additions and 254 deletions

View file

@ -35,7 +35,6 @@ void tglGetIntegerv(int pname, int *params) {
}
void tglGetFloatv(int pname, float *v) {
TinyGL::Matrix4* m;
int i;
int mnr = 0; // just a trick to return the correct matrix
TinyGL::GLContext *c = TinyGL::gl_get_context();