Program

interface Program

A program.

Types

Builder
Link copied to clipboard
common
interface Builder
A builder for programs.

Functions

dispose
Link copied to clipboard
common
abstract fun dispose(gl: GlimpseAdapter)
Tells the given OpenGL adapter to dispose this program.
use
Link copied to clipboard
common
abstract fun use(gl: GlimpseAdapter)
Tells the given OpenGL adapter to use this program.

Properties

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