Project

General

Profile

« Previous | Next » 

Revision ed1c0b33

Added by Leszek Koltunski almost 8 years ago

Switch to sending a Context (rather than a GLSurfaceView) to the library.

View differences:

src/main/java/org/distorted/examples/sink/SinkRenderer.java
101 101
      
102 102
      try
103 103
        {
104
        Distorted.onSurfaceCreated(mView);
104
        Distorted.onSurfaceCreated(mView.getContext());
105 105
        }
106 106
      catch(Exception ex)
107 107
        {

Also available in: Unified diff