Shader

interface Shader : GlimpseDisposable

A shader.

Types

Link copied to clipboard
interface Factory

A factory for shaders.

Functions

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

Disposes this object and its resources using given OpenGL adapter.

Properties

Link copied to clipboard
abstract val handle: Int

Shader handle.

Link copied to clipboard
abstract val isDisposed: Boolean

true if this object has been disposed.