Skip to content

Instantly share code, notes, and snippets.

View danhantao's full-sized avatar
🎯
Focusing

Jacob danhantao

🎯
Focusing
  • Jersey
  • 15:55 (UTC -12:00)
View GitHub Profile
@wasabeef
wasabeef / GLTextureView.java
Last active September 11, 2024 09:41
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;