Project

General

Profile

« Previous | Next » 

Revision 7c72e798

Added by Leszek Koltunski over 3 years ago

1) Beginnings of support for using the library from more than one activity
2) rename DistortedLibrary.onCreate() to onSurfaceCreated()
3) (rubik) add Cambodia's flag.

View differences:

src/main/java/org/distorted/examples/blur/BlurRenderer.java
170 170

  
171 171
     PostprocessEffectBlur.enable();
172 172

  
173
     DistortedLibrary.onCreate(mView.getContext(),this);
173
     DistortedLibrary.onSurfaceCreated(mView.getContext(),this);
174 174
     }
175 175

  
176 176
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff