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/effectqueue/EffectQueueRenderer.java
79 79
    mEffects.apply(scaleEffect);
80 80
    mEffects.registerForMessages(this);
81 81

  
82
    mScreen = new DistortedScreen(mView);
82
    mScreen = new DistortedScreen();
83 83
    }
84 84

  
85 85
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff