Shader

interface Shader

A shader.

Types

Factory
Link copied to clipboard
common
interface Factory
A factory for shaders.

Functions

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

Properties

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