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
.