Bitmap Texture Holder
fun BitmapTextureHolder( drawable: Drawable, targetWidth: Int, targetHeight: Int)
Content copied to clipboard
fun BitmapTextureHolder( bitmap: Bitmap, minFilter: Int = GLES20.GL_LINEAR, magFilter: Int = GLES20.GL_LINEAR)
Content copied to clipboard