glimpse-core
/
graphics.glimpse.shaders
/
Program
common
Program
interface
Program
Content copied to clipboard
A program.
Types
Functions
Properties
Types
Builder
Link copied to clipboard
common
interface
Builder
Content copied to clipboard
A builder for programs.
Functions
dispose
Link copied to clipboard
common
abstract fun
dispose
(gl:
GlimpseAdapter
)
Content copied to clipboard
Tells the given
OpenGL adapter
to dispose this program.
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
use
Link copied to clipboard
common
abstract fun
use
(gl:
GlimpseAdapter
)
Content copied to clipboard
Tells the given
OpenGL adapter
to use this program.
Properties
handle
Link copied to clipboard
common
abstract val
handle
:
Int
Content copied to clipboard
Program handle.