Project

General

Profile

« Previous | Next » 

Revision 6ba8be09

Added by Leszek Koltunski almost 7 years ago

Javadoc.

View differences:

src/main/java/org/distorted/library/program/VertexUniformsException.java
26 26
/**
27 27
 *  Thrown by {@link Distorted#onCreate(android.content.Context)}
28 28
 *  if compilation of the Vertex Shader fails because of too many uniforms there, i.e. because
29
 *  we have set {@link Distorted#setMaxVertex(int)} to too high value.
29
 *  we have set {@link DistortedEffects#setMax(org.distorted.library.effect.EffectType.VERTEX, int)}
30
 *  to too high value.
30 31
 */
31 32

  
32 33
@SuppressWarnings("serial")

Also available in: Unified diff