diff options
author | Sven Gothel <[email protected]> | 2010-12-03 21:56:49 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-03 21:56:49 +0100 |
commit | 36822056c0a4adbec74676f135f87105aaa0b3b8 (patch) | |
tree | 45185994538041542f854b3b552481f04ac8d383 /src/demos/texture | |
parent | 38563a43dbb6ea5b0b18c0eb87a19a2e40a6f067 (diff) |
Adapt JOGL API Cleanup: 4b9ad2508ff31a03d3bc4482d812a6cbc0c5c33b
Diffstat (limited to 'src/demos/texture')
-rwxr-xr-x | src/demos/texture/TextureConvert.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/texture/TextureConvert.java b/src/demos/texture/TextureConvert.java index 7cf6993..7967416 100755 --- a/src/demos/texture/TextureConvert.java +++ b/src/demos/texture/TextureConvert.java @@ -79,7 +79,7 @@ public class TextureConvert { System.out.println("Pbuffer support not available (required to run this demo)"); System.exit(1); } - GLPbuffer pbuffer = GLDrawableFactory.getFactory(glp).createGLPbuffer(caps, null, 2, 2, null); + GLPbuffer pbuffer = GLDrawableFactory.getFactory(glp).createGLPbuffer(null, caps, null, 2, 2, null); pbuffer.getContext().makeCurrent(); GL gl = pbuffer.getGL(); |