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.
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.