Project

General

Profile

« Previous | Next » 

Revision 35e7d841

Added by Leszek Koltunski over 3 years ago

Bugfix.

View differences:

src/main/java/org/distorted/library/effectqueue/EffectQueueFragment.java
88 88

  
89 89
    if( mNumEffects>0 )
90 90
      {
91
      /*
91 92
for(int i=0; i<mNumEffects; i++)
92 93
  {
93 94
  String f =
......
106 107

  
107 108
  android.util.Log.e("frag", i+" name: "+mIntUniforms[i]+" float: "+f);
108 109
  }
109

  
110
*/
110 111
      GLES30.glUniform1iv( mNameH[variant]    ,                       mNumEffects, mIntUniforms  , 0);
111 112
      GLES30.glUniform4fv( mUniformsH[variant],(NUM_FLOAT_UNIFORMS/4)*mNumEffects, mFloatUniforms, 0);
112 113
      }  

Also available in: Unified diff