Revision 6b9f9441
Added by Leszek Koltunski almost 9 years ago
| 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
Progress with multi-program rendering.