[][src]Function web_dom::webgl::uniform4f

pub fn uniform4f(
    instance: DOMReference,
    location: DOMReference,
    x: f32,
    y: f32,
    z: f32,
    w: f32
)