openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-draw
/
org.openrndr.draw
/
Shader
/
Companion
/
createFromCode
create
From
Code
fun
createFromCode
(
vsCode
:
String
,
tcsCode
:
String
?
=
null
,
tesCode
:
String
?
=
null
,
gsCode
:
String
?
=
null
,
fsCode
:
String
,
name
:
String
,
session
:
Session
?
=
Session.active
)
:
Shader
(
source
)