Shader

interface Shader

A shader.

Types

Link copied to clipboard
interface Factory

A factory for shaders.

Functions

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

Tells the given OpenGL adapter to dispose this shader.

Properties

Link copied to clipboard
abstract val handle: Int

Shader handle.