diff options
author | Sven Gothel <[email protected]> | 2015-07-17 21:35:53 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-07-17 21:35:53 +0200 |
commit | 07823202e897751e742a9a96d7d683033c5e07d5 (patch) | |
tree | 28dded7de39f33cd56ee7b22cf2a92b452774fe3 | |
parent | 15a0c5fe29fb6319b02b435674d60b0f7620f9ab (diff) | |
parent | 5667e4320443289a1c0bd02f54bf466bfc2c5895 (diff) |
Merge branch 'master' of https://github.com/xranby/jogl
-rw-r--r-- | src/newt/classes/jogamp/newt/driver/bcm/vc/iv/DisplayDriver.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newt/classes/jogamp/newt/driver/bcm/vc/iv/DisplayDriver.java b/src/newt/classes/jogamp/newt/driver/bcm/vc/iv/DisplayDriver.java index 3d3fde4d7..d111e850e 100644 --- a/src/newt/classes/jogamp/newt/driver/bcm/vc/iv/DisplayDriver.java +++ b/src/newt/classes/jogamp/newt/driver/bcm/vc/iv/DisplayDriver.java @@ -40,6 +40,7 @@ import com.jogamp.common.nio.Buffers; import com.jogamp.common.util.IOUtil; import com.jogamp.opengl.egl.EGL; import com.jogamp.opengl.util.PNGPixelRect; +import com.jogamp.opengl.GLProfile; import jogamp.newt.DisplayImpl; import jogamp.newt.NEWTJNILibLoader; @@ -52,6 +53,7 @@ public class DisplayDriver extends DisplayImpl { static { NEWTJNILibLoader.loadNEWT(); + GLProfile.initSingleton(); if (!DisplayDriver.initIDs()) { throw new NativeWindowException("Failed to initialize bcm.vc.iv Display jmethodIDs"); |