Shader.setUniform

Specify value for mat3 matrix.

Parameters

name const(char)[]

Name of the uniform variable in GLSL

matrix const(Mat3)

Value of the mat3 vector

Meta