gl-with-types v1.0.0-alpha.3 (2018-05-09T03:06:46Z)
Dub
Repo
uniformMatrices
glwt
program
Undocumented in source. Be warned that the author may not have intended to support it.
void
uniformMatrices
(
int
width
int
height
int
length
Type
)
(
Program
program
,
int
uniform
,
Type
[
width
][
height
][
amount
]
value
,
bool
transpose
= false
)
if
(
mixin (
constrainTypeWOBool_m
) &&
width
> 1
&&
width
<= 4
&&
height
> 1
&&
height
<= 4
&&
amount
> 0
)
Meta
Source
See Implementation
glwt
program
aliases
bind
getAttribLocation
getAttributeLocation
getUniformLocation
setUniform
setUniformArray
setUniformMatrices
setUniformMatrix
setUniformVector
functions
attach
checkError
create
del
getAttribute
getUniform
link
uniform
uniformArray
uniformMatrices
uniformMatrix
uniformVector
use
structs
Program
variables
program_ensureBound_m
program_ensureGen_m