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/macroblock/MacroblockRenderer.java
81 81
      
82 82
      try
83 83
        {
84
        Distorted.onSurfaceCreated(mView);
84
        Distorted.onSurfaceCreated(mView.getContext());
85 85
        }
86 86
      catch(Exception ex)
87 87
        {

Also available in: Unified diff