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.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

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