Shader.setUniform

Specify value for mat4 matrix.

Parameters

name const(char)[]

Name of the uniform variable in GLSL

matrix const(Mat4)

Value of the mat4 vector

Meta