/[gzz]/gzz/gzz/gfx/gl/GL.java
ViewVC logotype

Diff of /gzz/gzz/gfx/gl/GL.java

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

revision 1.48 by tjl, Fri Feb 21 20:02:38 2003 UTC revision 1.49 by mudyc, Mon Mar 17 15:42:18 2003 UTC
# Line 844  public class GL { Line 844  public class GL {
844                      float fract, boolean standardcoords,                      float fract, boolean standardcoords,
845                  boolean showFinal);                  boolean showFinal);
846    
847        // Frame Counts
848        public static void clearFrameCount() {
849            clearFrameCountImpl();
850        } private static native void clearFrameCountImpl();
851    
852        public static int getFrameCount() {
853            return getFrameCountImpl();
854        } private static native int getFrameCountImpl();
855    
856    
857      public static float timeRender(      public static float timeRender(
858                      RenderingSurface win, int iters,                      RenderingSurface win, int iters,
859                      int ninds, int[] inds1, float[] pts1,                      int ninds, int[] inds1, float[] pts1,

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

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