-
public class GlUtil
Utility methods to work with Open GL library.
-
-
Method Summary
Modifier and Type Method Description static int
generateExternalTexture()
static void
checkGlError(String message)
static String
readRawTextFile(Context context, int resId)
-
-
Method Detail
-
generateExternalTexture
static int generateExternalTexture()
-
checkGlError
static void checkGlError(String message)
-
readRawTextFile
static String readRawTextFile(Context context, int resId)
-
-
-
-