Texture

interface Texture

A texture.

Types

Builder
Link copied to clipboard
common
interface Builder
An interface for a texture builder.

Functions

dispose
Link copied to clipboard
common
abstract fun dispose(gl: GlimpseAdapter)
Disposes this texture.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String
useAtIndex
Link copied to clipboard
common
abstract fun useAtIndex(gl: GlimpseAdapter, textureIndex: Int)
Uses this texture at a given textureIndex.

Properties

handle
Link copied to clipboard
common
abstract val handle: Int
Texture handle.