/[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.12 by tjl, Thu Oct 10 05:10:21 2002 UTC revision 1.13 by tjl, Mon Oct 14 18:15:19 2002 UTC
# Line 646  public class GL { Line 646  public class GL {
646          public byte[] get() {          public byte[] get() {
647              return impl_ByteVector_get(getId());              return impl_ByteVector_get(getId());
648          }          }
649            /** Get the values from the vector as an array of ints.
650             * Each integer is formed by packing 4 bytes.
651             */
652            public int[] getInts() {
653                return impl_ByteVector_getInts(getId());
654            }
655    
656      }      }
657      /** Create a new bytevector of size 0.      /** Create a new bytevector of size 0.
# Line 667  public class GL { Line 673  public class GL {
673              String format) ;              String format) ;
674      static private native int impl_ByteVector_get(int id, int ind);      static private native int impl_ByteVector_get(int id, int ind);
675      static private native byte[] impl_ByteVector_get(int id);      static private native byte[] impl_ByteVector_get(int id);
676        static private native int[] impl_ByteVector_getInts(int id);
677    
678  //----------Misc  //----------Misc
679    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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