Project

General

Profile

« Previous | Next » 

Revision 72ef21f7

Added by Leszek Koltunski over 3 years ago

Cleanups

View differences:

src/main/java/org/distorted/library/program/FragmentCompilationException.java
24 24
import org.distorted.library.main.DistortedLibrary;
25 25

  
26 26
/**
27
 *  Thrown by {@link DistortedLibrary#onCreate(android.content.Context)}
27
 *  Thrown by {@link DistortedLibrary#onSurfaceCreated(android.content.Context, org.distorted.library.main.DistortedLibrary.ExceptionListener)}
28 28
 *  if compilation of the fragment shader fails for some other reason than too many uniforms.
29 29
 *  <p>
30 30
 *  This can happen on older OpenGL ES 2.0 devices if they, say, do not support variable loops in the shaders.

Also available in: Unified diff