webgl-dsl
Preparing search index...
GlslBuilder
Class GlslBuilder
Index
Constructors
constructor
Methods
add
Global
add
Local
child
get
Global
get
Local
once
Constructors
constructor
new
GlslBuilder
(
cache
?:
Map
<
string
,
any
>
)
:
GlslBuilder
Parameters
cache
:
Map
<
string
,
any
>
= ...
Returns
GlslBuilder
Methods
add
Global
addGlobal
(
content
:
string
)
:
this
Parameters
content
:
string
Returns
this
add
Local
addLocal
(
content
:
string
)
:
this
Parameters
content
:
string
Returns
this
child
child
()
:
GlslBuilder
Returns
GlslBuilder
get
Global
getGlobal
()
:
string
Returns
string
get
Local
getLocal
()
:
string
Returns
string
once
once
<
R
>
(
id
:
string
,
callback
:
()
=>
R
)
:
R
Type Parameters
R
Parameters
id
:
string
callback
:
()
=>
R
Returns
R
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
add
Global
add
Local
child
get
Global
get
Local
once
webgl-dsl
Loading...