Program

interface Program : GlimpseDisposable

A program.

Types

Link copied to clipboard
interface Builder

A builder for programs.

Functions

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

Disposes this object and its resources using given OpenGL adapter.

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

Tells the given OpenGL adapter to use this program.

Properties

Link copied to clipboard
abstract val handle: Int

Program handle.

Link copied to clipboard
abstract val isDisposed: Boolean

true if this object has been disposed.