Shader.setUniform

Specify value for ivec4 uniform.

Parameters

name
Type: const(char)[]

Name of the uniform variable in GLSL

vector
Type: const(Ivec4)

Value of the ivec4 vector

Meta