diff options
author | Michael Bien <[email protected]> | 2010-10-15 15:24:20 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-10-15 15:24:20 +0200 |
commit | 5dbe8762cb190d207438da084b5b0cadd10a370a (patch) | |
tree | 8418612ec1e343d84a2bd3714c3b7173eb9793b6 /src/com/jogamp/opencl/demos/joglinterop | |
parent | 192614e9166583929e43bfea065a3a6264624e4a (diff) |
changes due to modifications in jogl
Diffstat (limited to 'src/com/jogamp/opencl/demos/joglinterop')
-rw-r--r-- | src/com/jogamp/opencl/demos/joglinterop/GLCLInteroperabilityDemo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/jogamp/opencl/demos/joglinterop/GLCLInteroperabilityDemo.java b/src/com/jogamp/opencl/demos/joglinterop/GLCLInteroperabilityDemo.java index 8a0d018..1ba9c6e 100644 --- a/src/com/jogamp/opencl/demos/joglinterop/GLCLInteroperabilityDemo.java +++ b/src/com/jogamp/opencl/demos/joglinterop/GLCLInteroperabilityDemo.java @@ -274,7 +274,7 @@ public class GLCLInteroperabilityDemo implements GLEventListener { public void dispose(GLAutoDrawable drawable) { } public static void main(String[] args) { - GLProfile.initSingleton(); + GLProfile.initSingleton(true); new GLCLInteroperabilityDemo(); } |