Texture

interface Texture

A texture.

Types

Builder
Link copied to clipboard
interface Builder

An interface for a texture builder.

Companion
Link copied to clipboard
object Companion

Functions

dispose
Link copied to clipboard
abstract fun dispose(gl: GlimpseAdapter)

Disposes this texture.

useAtIndex
Link copied to clipboard
abstract fun useAtIndex(gl: GlimpseAdapter, textureIndex: Int)

Uses this texture at a given textureIndex.

Properties

handle
Link copied to clipboard
abstract val handle: Int

Texture handle.