Project

General

Profile

« Previous | Next » 

Revision 6b9f9441

Added by Leszek Koltunski over 7 years ago

Progress with multi-program rendering.

View differences:

src/main/java/org/distorted/examples/plainmonalisa/RenderThread.java
108 108
      {
109 109
      String msg = op + ": glError 0x" + Integer.toHexString(error);
110 110
      Log.e(TAG, msg);
111
      throw new RuntimeException(msg);
111
//      throw new RuntimeException(msg);
112 112
      }
113 113
    }
114 114

  

Also available in: Unified diff