Texture

interface Texture

A texture.

Types

Link copied to clipboard
interface Builder

An interface for a texture builder.

Link copied to clipboard
object Companion

Functions

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

Disposes this texture.

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

Uses this texture at a given textureIndex.

Properties

Link copied to clipboard
abstract val handle: Int

Texture handle.