/[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.16 by tjl, Wed Oct 23 13:45:37 2002 UTC revision 1.17 by tjl, Wed Oct 23 14:55:40 2002 UTC
# Line 462  public class GL { Line 462  public class GL {
462    
463          /** Read into this texture from screen.          /** Read into this texture from screen.
464           */           */
465          public void copyTexImage2D(String buffer,          public void copyTexImage2D(Window win, String buffer,
466                      String target, int level,                      String target, int level,
467                      String internalFormat, int x, int y,                      String internalFormat, int x, int y,
468                      int w, int h, int border) {                      int w, int h, int border) {
469              impl_Texture_copyTexImage2D(getId(), buffer, target,              impl_Texture_copyTexImage2D(getId(), win.getId(),
470                            buffer, target,
471                          level, internalFormat, x, y, w, h,                          level, internalFormat, x, y, w, h,
472                          border);                          border);
473          }          }
# Line 493  public class GL { Line 494  public class GL {
494      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,
495              int level, String internalFormat, String transferformat);              int level, String internalFormat, String transferformat);
496      static private native void impl_Texture_copyTexImage2D(      static private native void impl_Texture_copyTexImage2D(
497                  int id, String buffer,                  int id, int wid, String buffer,
498                      String target, int level,                      String target, int level,
499                      String internalFormat, int x, int y,                      String internalFormat, int x, int y,
500                      int w, int h, int border) ;                      int w, int h, int border) ;

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

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