glimpse-core
/
graphics.glimpse.shaders
/
Shader
/
Factory
common
Factory
interface
Factory
Content copied to clipboard
A factory for shaders.
Types
Functions
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
createShader
Link copied to clipboard
common
abstract fun
createShader
(type:
ShaderType
, source:
String
):
Shader
Content copied to clipboard
Creates a new shader of a given
type
from the given shader
source
.
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