Shader.setUniform

Specify value for vec3 uniform.

Parameters

name
Type: const(char)[]

Name of the uniform variable in GLSL

vector
Type: const(Vec3)

Value of the vec3 vector

Meta