Shader.setUniform

Specify value for ivec2 uniform.

Parameters

name
Type: const(char)[]

Name of the uniform variable in GLSL

vector
Type: const(Ivec2)

Value of the ivec2 vector

Meta