Handbook
Glossary
>uniform-matrix-array ( sequence cols rows -- c-array )
Vocabulary
gpu
.
render
.
private
Inputs
sequence
an
object
cols
an
object
rows
an
object
Outputs
c-array
an
object
Definition
IN:
gpu.render.private
GENERIC#:
>uniform-matrix-array
2
( sequence cols rows -- c-array )
Methods
USING:
gpu.render.private
kernel
;
M:
binary-data
>uniform-matrix-array
2drop
;
inline
USING:
gpu.render.private
kernel
sequences
;
M:
object
>uniform-matrix-array
[
>uniform-matrix
]
2curry
map
concat
;
inline