Shader.setUniform

Specify value for vec2 uniform.

Parameters

name const(char)[]

Name of the uniform variable in GLSL

vector const(Vec2)

Value of the vec2 vector

Meta