BitmapTextureHolder

class BitmapTextureHolder(    bitmap: Bitmap,     val minFilter: Int = GLES20.GL_LINEAR,     val magFilter: Int = GLES20.GL_LINEAR) : TextureHolderInterface

Constructors

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun attachToGraphics(): Int
Link copied to clipboard
open override fun clearFromGraphics()
Link copied to clipboard
open override fun getImageHeight(): Int
Link copied to clipboard
open override fun getImageWidth(): Int
Link copied to clipboard
open override fun getTextureHeight(): Int
Link copied to clipboard
open override fun getTextureWidth(): Int

Properties

Link copied to clipboard
val bitmap: Bitmap
Link copied to clipboard
val magFilter: Int
Link copied to clipboard
val minFilter: Int