TextureImageSource

interface TextureImageSource

Texture image source.

Types

Companion
Link copied to clipboard
common
object Companion

Functions

dispose
Link copied to clipboard
common
abstract fun dispose()
Disposes this texture image source.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
glTexImage2D
Link copied to clipboard
common
abstract fun glTexImage2D(gl: GlimpseAdapter, withMipmaps: Boolean)
Sets a 2D texture image.
abstract fun glTexImage2D(gl: GlimpseAdapter, side: CubemapSide, withMipmaps: Boolean)
Sets a Cubemap side texture image.
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String