Shader.setUniform

Specify value for mat3 matrix.

Parameters

name
Type: const(char)[]

Name of the uniform variable in GLSL

matrix
Type: const(Mat3)

Value of the mat3 vector

Meta