GlGifTexture

Created by svennahler on 21.02.17.

open class GlGifTexture

Constructors

GlGifTexture
Link copied to clipboard
fun GlGifTexture()

Functions

bindTexture
Link copied to clipboard
open fun bindTexture(slot: Int): Int
open fun bindTexture(uniform: Int, slot: Int)
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
onAttach
Link copied to clipboard
open fun onAttach(handle: Int)
onRelease
Link copied to clipboard
open fun onRelease()
setInputStream
Link copied to clipboard
fun setInputStream(stream: InputStream)
setTime
Link copied to clipboard
fun setTime(time: Long)
toString
Link copied to clipboard
open override fun toString(): String
updateTexture
Link copied to clipboard
open fun updateTexture(): Boolean

Properties

isExternalTexture
Link copied to clipboard
open val isExternalTexture: Boolean
textureHeight
Link copied to clipboard
open var textureHeight: Int
textureWidth
Link copied to clipboard
open var textureWidth: Int