Shader.setUniformArray

Specify values for mat4[] array uniform.

Parameters

name const(char)[]

Name of the uniform variable in GLSL

matrixArray const(Mat4)[]

array of mat4 values

Meta