Program

interface Program

A program.

Types

Builder
Link copied to clipboard
interface Builder

A builder for programs.

Functions

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

Tells the given OpenGL adapter to dispose this program.

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

Tells the given OpenGL adapter to use this program.

Properties

handle
Link copied to clipboard
abstract val handle: Int

Program handle.