Revision a79650a2
Added by Leszek Koltunski over 5 years ago
| src/main/java/org/distorted/library/main/DistortedLibrary.java | ||
|---|---|---|
| 799 | 799 |
if( renderer.contains("GE8") )
|
| 800 | 800 |
{
|
| 801 | 801 |
Log.e("DISTORTED", "You are running this on a PowerVR GE8XXX.\nDue to a buggy compiler OIT rendering will not work");
|
| 802 |
Log.e("DISTORTED", "GLSL Version "+GLES30.glGetString(GLES31.GL_SHADING_LANGUAGE_VERSION));
|
|
| 802 | 803 |
} |
| 803 | 804 |
} |
| 804 | 805 |
} |
Also available in: Unified diff
Report a Crashlytics non-fatal if we fail to compile some shaders.