glimpse-graphics
2.0.0-alpha.3
common
glimpse-core
/
graphics.glimpse.shaders
/
Shader
/
Factory
Factory
interface
Factory
A factory for shaders.
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
create
Shader
Link copied to clipboard
abstract
fun
createShader
(
type
:
ShaderType
,
source
:
String
)
:
Shader
Creates a new shader of a given
type
from the given shader
source
.