Shader.setUniform

Specify value for vec4 uniform.

Parameters

name
Type: const(char)[]

Name of the uniform variable in GLSL

vector
Type: const(Vec4)

Value of the vec4 vector

Meta