TextureImageSource

interface TextureImageSource

Texture image source.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun dispose()

Disposes this texture image source.

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.

Properties

Link copied to clipboard
abstract val height: Int

Height of the texture image provided by this image source.

Link copied to clipboard
abstract val width: Int

Width of the texture image provided by this image source.