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/fbo/FBORenderer.java
113 113
      
114 114
      try
115 115
        {
116
        Distorted.onSurfaceCreated(mView);
116
        Distorted.onSurfaceCreated(mView.getContext());
117 117
        }
118 118
      catch(Exception ex)
119 119
        {

Also available in: Unified diff