Project

General

Profile

« Previous | Next » 

Revision 7cd24173

Added by Leszek Koltunski almost 7 years ago

Move all the knowledge about Vertex and Fragment effects to their respective classes.

View differences:

src/main/java/org/distorted/library/main/Distorted.java
25 25
import android.content.res.Resources;
26 26

  
27 27
import org.distorted.library.effect.Effect;
28
import org.distorted.library.effect.FragmentEffect;
28 29
import org.distorted.library.effect.PostprocessEffectBlur;
30
import org.distorted.library.effect.VertexEffect;
29 31
import org.distorted.library.program.*;
30 32

  
31 33
///////////////////////////////////////////////////////////////////////////////////////////////////
......
152 154
    DistortedMaster.onDestroy();
153 155
    EffectQueue.onDestroy();
154 156
    Effect.onDestroy();
157
    VertexEffect.onDestroy();
158
    FragmentEffect.onDestroy();
155 159
    EffectMessageSender.stopSending();
156 160

  
157 161
    mInitialized = false;

Also available in: Unified diff