Skip to content

Instantly share code, notes, and snippets.

View wasabeef's full-sized avatar
🕹️

Daichi Furiya wasabeef

🕹️
View GitHub Profile
@wasabeef
wasabeef / GLTextureView.java
Last active January 22, 2024 12:19
GLTextureView
package jp.wasabeef.sample;
import android.content.Context;
import android.graphics.SurfaceTexture;
import android.opengl.GLDebugHelper;
import android.util.AttributeSet;
import android.util.Log;
import android.view.TextureView;
import android.view.View;
import java.io.Writer;