Project

General

Profile

« Previous | Next » 

Revision 8c57d77b

Added by Leszek Koltunski about 1 year ago

Decouple (to a large degree) the OpenGL Library from Android.

View differences:

src/main/java/org/distorted/library/uniformblock/UniformBlockAssociation.java
22 22

  
23 23
import android.opengl.GLES30;
24 24

  
25
import org.distorted.library.main.DistortedLibrary;
25 26
import org.distorted.library.main.InternalBuffer;
26 27
import org.distorted.library.mesh.MeshBase;
27 28

  
......
152 153

  
153 154
    String res = builder.toString();
154 155

  
155
    android.util.Log.e("uba", res);
156
    DistortedLibrary.logMessage("UniformBlockAssociation: "+res);
156 157
    }
157 158
  }

Also available in: Unified diff