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/FragmentCompilationException.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 fragment shader fails for some other reason than too many uniforms.
26 29
 *  <p>
27 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