Project

General

Profile

« Previous | Next » 

Revision 22d3c4b4

Added by Leszek Koltunski almost 4 years ago

- Decrease FBO queue size to 3
- do clean the output surface even if it doesn't have any children (in renderChildren)

View differences:

src/main/java/org/distorted/library/main/DistortedLibrary.java
106 106
   *
107 107
   * https://community.arm.com/graphics/f/discussions/10285/opengl-es-3-1-on-mali-t880-flashes
108 108
   */
109
  static final int FBO_QUEUE_SIZE = 4;
109
  static final int FBO_QUEUE_SIZE = 3;
110 110

  
111 111
  private static boolean mInitialized=false;
112 112

  

Also available in: Unified diff