Project

General

Profile

« Previous | Next » 

Revision cb004f2e

Added by Leszek Koltunski almost 4 years ago

Take advantage of recent improvements to the library and stop allocating a queue of 4 FBOs - even if we are running on a Mali r12.

View differences:

src/main/java/org/distorted/main/RubikRenderer.java
85 85

  
86 86
      try
87 87
        {
88
        DistortedLibrary.onCreate(mView.getContext());
88
        DistortedLibrary.onCreate(mView.getContext(),1);
89 89
        }
90 90
      catch(Exception ex)
91 91
        {

Also available in: Unified diff