Class GLHelper


  • public class GLHelper
    extends java.lang.Object
    Convenience class to perform common GL operations
    • Constructor Summary

      Constructors 
      Constructor Description
      GLHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int createCameraTexture()  
      static void destroyContext​(android.opengl.EGLContext context)  
      static android.opengl.EGLContext makeContext()  
      static android.opengl.EGLContext makeContext​(android.opengl.EGLContext shareContext)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GLHelper

        public GLHelper()
    • Method Detail

      • makeContext

        public static android.opengl.EGLContext makeContext()
      • makeContext

        public static android.opengl.EGLContext makeContext​(android.opengl.EGLContext shareContext)
      • createCameraTexture

        public static int createCameraTexture()
      • destroyContext

        public static void destroyContext​(android.opengl.EGLContext context)