Class GlUtil
- java.lang.Object
-
- com.zego.zegoavkit2.screencapture.ve_gl.GlUtil
-
public class GlUtil extends java.lang.ObjectSome OpenGL static utility functions.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckNoGLES2Error(java.lang.String msg)static java.nio.FloatBuffercreateFloatBuffer(float[] coords)static intgenerateFrameBuffer(int textureId)static intgenerateTexture(int target)Generate texture with standard parameters.
-
-
-
Method Detail
-
checkNoGLES2Error
public static void checkNoGLES2Error(java.lang.String msg)
-
createFloatBuffer
public static java.nio.FloatBuffer createFloatBuffer(float[] coords)
-
generateTexture
public static int generateTexture(int target)
Generate texture with standard parameters.
-
generateFrameBuffer
public static int generateFrameBuffer(int textureId)
-
-