Revision a5f35220
Added by Leszek Koltunski over 6 years ago
src/main/java/org/distorted/examples/stencil/StencilRenderer.java | ||
---|---|---|
25 | 25 |
import android.opengl.GLSurfaceView; |
26 | 26 |
|
27 | 27 |
import org.distorted.examples.R; |
28 |
import org.distorted.library.effect.EffectName; |
|
29 | 28 |
import org.distorted.library.effect.FragmentEffectBrightness; |
30 | 29 |
import org.distorted.library.effect.MatrixEffectMove; |
31 | 30 |
import org.distorted.library.effect.MatrixEffectRotate; |
Also available in: Unified diff
Minor.