int getIntegerv(int v0) { Pointer<Int32> ptr = calloc<Int32>(); gl.glGetIntegerv(v0, ptr); int _v = ptr.value; calloc.free(ptr); return _v; }