/[gzz]/gzz/gfx/jni/GzzGL-jni.cxx
ViewVC logotype

Diff of /gzz/gfx/jni/GzzGL-jni.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.90 by mudyc, Mon Mar 17 15:42:18 2003 UTC revision 1.91 by mudyc, Mon Mar 17 20:53:30 2003 UTC
# Line 1175  JNIEXPORT void JNICALL Java_gzz_gfx_gl_G Line 1175  JNIEXPORT void JNICALL Java_gzz_gfx_gl_G
1175          CurrentFPS::last_time[CurrentFPS::count] = new_time;          CurrentFPS::last_time[CurrentFPS::count] = new_time;
1176    
1177        }        }
   
       CurrentFPS::totalFrames ++;  
   }  
   
   
 JNIEXPORT void JNICALL Java_gzz_gfx_gl_GL_clearFrameCountImpl  
   (JNIEnv *env, jclass) {  
       DBG(dbg) << "Clear frame count.\n";  
       CurrentFPS::totalFrames = 0;  
1178    }    }
1179    
 JNIEXPORT jint JNICALL Java_gzz_gfx_gl_GL_getFrameCountImpl  
   (JNIEnv *env, jclass) {  
       DBG(dbg) << "Get frame count.\n";  
       return CurrentFPS::totalFrames;  
   }  
   
   
1180    
1181  JNIEXPORT jfloat JNICALL Java_gzz_gfx_gl_GL_timeRenderImpl  JNIEXPORT jfloat JNICALL Java_gzz_gfx_gl_GL_timeRenderImpl
1182    (JNIEnv *env, jclass, jint window, jint iters,    (JNIEnv *env, jclass, jint window, jint iters,

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26