despiker ~master (2015-08-29T17:56:50Z)
Dub
Repo
GLUniform.set
gfmod
opengl
uniform
GLUniform
Sets multiple uniform variables.
void
set
(
T
newValue
)
void
set
(
T
[]
newValues
)
class
GLUniform
void
set
@
safe
(
T
)
(
T
[]
newValues
)
void
set
(
T
*
newValues
,
size_t
count
)
Throws
OpenGLException
on error.
Meta
Source
See Implementation
gfmod
opengl
uniform
GLUniform
constructors
this
functions
isFake
set
size
unuse
use
Sets multiple uniform variables.