Class GLHelper
- java.lang.Object
-
- com.google.ar.sceneform.rendering.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)
-
-
-
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)
-
-