/[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.31 by tjl, Fri Dec 13 12:16:06 2002 UTC revision 1.32 by tjl, Sat Dec 14 08:11:35 2002 UTC
# Line 866  public class GL { Line 866  public class GL {
866       * @param name The parameter to query, e.g. "ALPHA_BITS"       * @param name The parameter to query, e.g. "ALPHA_BITS"
867       */       */
868      public static native float[] getGLFloat(String name);      public static native float[] getGLFloat(String name);
869        /** Get the given program parameter.
870         * @param target The name of the program target, e.g. "VERTEX_PROGRAM_ARB"
871         * @param name The name of the parameter to return, e.g. "MAX_PROGRAM_INSTRUCTIONS_ARB"
872         */
873        public static native int[] getGLProgram(String target, String name);
874      /** Get float(s) describing the current state of the given      /** Get float(s) describing the current state of the given
875       * OpenGL texture.       * OpenGL texture.
876       * See the manpage of glGetTexParameterfv(3)       * See the manpage of glGetTexParameterfv(3)

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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