Project

General

Profile

« Previous | Next » 

Revision e4330c89

Added by Leszek Koltunski almost 7 years ago

Change of API: move setting the EGL context back to the APP.

View differences:

src/main/java/org/distorted/examples/blur/BlurRenderer.java
63 63
      {
64 64
      mView   = v;
65 65
      mMesh   = new MeshFlat(1,1);
66
      mScreen = new DistortedScreen(mView);
66
      mScreen = new DistortedScreen();
67 67

  
68 68
      mRadiusSta = new Static1D(5);
69 69
      Dynamic1D radiusDyn = new Dynamic1D();

Also available in: Unified diff