Project

General

Profile

« Previous | Next » 

Revision fe82a979

Added by Leszek Koltunski almost 7 years ago

Progress with support for Effect classes.

View differences:

src/main/java/org/distorted/library/program/VertexUniformsException.java
20 20
package org.distorted.library.program;
21 21

  
22 22
///////////////////////////////////////////////////////////////////////////////////////////////////
23

  
24
import org.distorted.library.main.Distorted;
25

  
23 26
/**
24
 *  Thrown by {@link org.distorted.library.Distorted#onCreate(android.content.Context)}
27
 *  Thrown by {@link Distorted#onCreate(android.content.Context)}
25 28
 *  if compilation of the Vertex Shader fails because of too many uniforms there, i.e. because
26
 *  we have set {@link org.distorted.library.Distorted#setMaxVertex(int)} to too high value.
29
 *  we have set {@link Distorted#setMaxVertex(int)} to too high value.
27 30
 */
28 31

  
29 32
@SuppressWarnings("serial")

Also available in: Unified diff