Package io.openmobilemaps.mapscore.graphics

Types

Link copied to clipboard
class BitmapTextureHolder(    bitmap: Bitmap,     val minFilter: Int = GLES20.GL_LINEAR,     val magFilter: Int = GLES20.GL_LINEAR) : TextureHolderInterface
Link copied to clipboard
class DataHolder(data: ByteArray) : DataHolderInterface
Link copied to clipboard
open class GlTextureView @JvmOverloads constructor(    context: Context,     attrs: AttributeSet? = null,     defStyleAttr: Int = 0) : TextureView, TextureView.SurfaceTextureListener
Link copied to clipboard
class GLThread(var onDrawCallback: () -> Unit? = null) : Thread