Function rusty_gl::shaders::gl_uniform3i[][src]

pub fn gl_uniform3i(
    location: GLUniformLocation,
    v0: GLint,
    v1: GLint,
    v2: GLint
)