Shader

interface Shader

A shader.

Types

Factory
Link copied to clipboard
interface Factory

A factory for shaders.

Functions

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

Tells the given OpenGL adapter to dispose this shader.

Properties

handle
Link copied to clipboard
abstract val handle: Int

Shader handle.