/[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.15 by jvk, Mon Oct 21 06:56:08 2002 UTC revision 1.16 by tjl, Wed Oct 23 13:45:37 2002 UTC
# Line 460  public class GL { Line 460  public class GL {
460                      internalFormat, transferformat);                      internalFormat, transferformat);
461          }          }
462    
463            /** Read into this texture from screen.
464             */
465            public void copyTexImage2D(String buffer,
466                        String target, int level,
467                        String internalFormat, int x, int y,
468                        int w, int h, int border) {
469                impl_Texture_copyTexImage2D(getId(), buffer, target,
470                            level, internalFormat, x, y, w, h,
471                            border);
472            }
473    
474      }      }
475    
476      /** Create a new OpenGL texture object.      /** Create a new OpenGL texture object.
# Line 481  public class GL { Line 492  public class GL {
492          int level, int imgid, int xoffs, int yoffs) ;          int level, int imgid, int xoffs, int yoffs) ;
493      static private native void impl_Texture_downsampleInto(int id, int intoid, String target,      static private native void impl_Texture_downsampleInto(int id, int intoid, String target,
494              int level, String internalFormat, String transferformat);              int level, String internalFormat, String transferformat);
495        static private native void impl_Texture_copyTexImage2D(
496                    int id, String buffer,
497                        String target, int level,
498                        String internalFormat, int x, int y,
499                        int w, int h, int border) ;
500    
501  //--------- VertexProgramNV  //--------- VertexProgramNV
502      /** A vertex program object.      /** A vertex program object.

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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