Project

General

Profile

« Previous | Next » 

Revision 6979a0e0

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/examples/deferredjob/DeferredJobRenderer.java
132 132
      mScreen.detachAll();
133 133
      mScreen.attach(mTexture,mEffects,mMesh);
134 134

  
135
      DistortedLibrary.setMax(EffectType.VERTEX, 11);
136 135
      VertexEffectRotate.enable();
137 136

  
138 137
      DistortedLibrary.onSurfaceCreated(mView.getContext(),this);

Also available in: Unified diff