dagon v0.9.0 (2018-11-13T17:01:23Z)
Home
Dub
Repo
ShaderParameter.bind
dagon
graphics
shader
ShaderParameter
Undocumented in source. Be warned that the author may not have intended to support it.
class
ShaderParameter
(T)
override
void
bind
(
)
if
(
is
(
T
==
bool
) ||
is
(
T
==
int
)
||
is
(
T
==
float
)
||
is
(
T
==
Vector2f
)
||
is
(
T
==
Vector3f
)
||
is
(
T
==
Vector4f
)
||
is
(
T
==
Color4f
)
||
is
(
T
==
Matrix4x4f
)
)
Meta
Source
See Implementation
dagon
graphics
shader
ShaderParameter
constructors
this
functions
bind
initUniform
unbind
variables
callback
source
value