Shader.setUniform

Specify value for mat4 matrix.

Parameters

name
Type: const(char)[]

Name of the uniform variable in GLSL

matrix
Type: const(Mat4)

Value of the mat4 vector

Meta