TextureImageSource

interface TextureImageSource

Texture image source.

Types

Companion
Link copied to clipboard
object Companion

Functions

dispose
Link copied to clipboard
abstract fun dispose()

Disposes this texture image source.

glTexImage2D
Link copied to clipboard
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.