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/UniformBlockFloatUniforms.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

  
27 28
///////////////////////////////////////////////////////////////////////////////////////////////////
......
143 144

  
144 145
    String res = builder.toString();
145 146

  
146
    android.util.Log.e("ubp", res);
147
    DistortedLibrary.logMessage("UniformBlockFloatUniforms: "+res);
147 148
    }
148 149
  }

Also available in: Unified diff