Shader.setUniform

Specify value for vec4 uniform.

Parameters

name const(char)[]

Name of the uniform variable in GLSL

vector const(Vec4)

Value of the vec4 vector

Meta