Project

General

Profile

« Previous | Next » 

Revision 8f011621

Added by Leszek Koltunski over 3 years ago

Remove all the calls to DistortedLibrary.setMax() (except for app 'Check', which explictly checks this API)

View differences:

src/main/java/org/distorted/library/main/DistortedLibrary.java
996 996
    mMaxNumberOfFraUniforms = tmp[0];
997 997

  
998 998
    android.util.Log.e("DISTORTED", "Using OpenGL ES "+major+"."+minor);
999
/*
999 1000
    android.util.Log.e("DISTORTED", "max texture size: "+mMaxTextureSize);
1000 1001
    android.util.Log.e("DISTORTED", "max num vert: "+mMaxNumberOfVerUniforms);
1001 1002
    android.util.Log.e("DISTORTED", "max num frag: "+mMaxNumberOfFraUniforms);
1002

  
1003
*/
1003 1004
    mGLSL_VERSION = "#version "+mGLSL+" es\n";
1004 1005

  
1005 1006
    InternalStackFrameList.setInitialized(true);

Also available in: Unified diff