Shader.setUniformArray

Specify values for mat3[] array uniform.

Parameters

name const(char)[]

Name of the uniform variable in GLSL

matrixArray const(Mat3)[]

array of mat3 values

Meta