Class GLHelper
- java.lang.Object
-
- com.google.ar.sceneform.rendering.GLHelper
-
public class GLHelper extends java.lang.ObjectConvenience 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 intcreateCameraTexture()static voiddestroyContext(android.opengl.EGLContext context)static android.opengl.EGLContextmakeContext()static android.opengl.EGLContextmakeContext(android.opengl.EGLContext shareContext)
-
-
-
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)
-
-