Shader.setUniform

Specify value for bvec4 uniform.

Parameters

name
Type: const(char)[]

Name of the uniform variable in GLSL

vector
Type: const(Bvec4)

Value of the bvec4 vector

Meta