Revision 76800a4d
Added by Leszek Koltunski over 7 years ago
| src/main/java/org/distorted/examples/projection/ProjectionRenderer.java | ||
|---|---|---|
| 22 | 22 |
import javax.microedition.khronos.egl.EGLConfig; |
| 23 | 23 |
import javax.microedition.khronos.opengles.GL10; |
| 24 | 24 |
|
| 25 |
import org.distorted.library.effect.EffectName; |
|
| 26 | 25 |
import org.distorted.library.effect.VertexEffectDistort; |
| 27 | 26 |
import org.distorted.library.main.Distorted; |
| 28 | 27 |
import org.distorted.library.main.DistortedEffects; |
Also available in: Unified diff
- remove counting of transparent pixels from main fragment shader
- remove debugs and tidy up
- some fixes for the Mali GPU