Skip to content

Instantly share code, notes, and snippets.

View ForestTree's full-sized avatar

Miroslav Michalec ForestTree

  • Žilina, Slovakia
View GitHub Profile
@ForestTree
ForestTree / GLTextureView.java
Created October 18, 2019 19:29 — forked from eleventigers/GLTextureView.java
GLTextureView from GLSurfaceView
import java.io.Writer;
import java.lang.ref.WeakReference;
import java.util.ArrayList;
import javax.microedition.khronos.egl.EGL10;
import javax.microedition.khronos.egl.EGL11;
import javax.microedition.khronos.egl.EGLConfig;
import javax.microedition.khronos.egl.EGLContext;
import javax.microedition.khronos.egl.EGLDisplay;
import javax.microedition.khronos.egl.EGLSurface;
import javax.microedition.khronos.opengles.GL;