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/sink/SinkRenderer.java
75 75
    mEffects.apply(new MatrixEffectMove(mMove));
76 76
    mEffects.apply(new MatrixEffectScale(mScale));
77 77

  
78
    mScreen = new DistortedScreen(mView);
78
    mScreen = new DistortedScreen();
79 79
    }
80 80

  
81 81
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff