Shader.setUniform

Specify value for vec3 uniform.

Parameters

name const(char)[]

Name of the uniform variable in GLSL

vector const(Vec3)

Value of the vec3 vector

Meta