Class GlUtil


  • public class GlUtil
    extends java.lang.Object
    Utility methods to work with Open GL library.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void checkGlError​(java.lang.String message)  
      static int generateExternalTexture()  
      static java.lang.String readRawTextFile​(android.content.Context context, int resId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • generateExternalTexture

        public static int generateExternalTexture()
      • checkGlError

        public static void checkGlError​(java.lang.String message)
      • readRawTextFile

        public static java.lang.String readRawTextFile​(android.content.Context context,
                                                       int resId)