[][src]Function web_dom::webgl::vertex_attrib_pointer

pub fn vertex_attrib_pointer(
    instance: DOMReference,
    indx: f32,
    size: f32,
    pointer_type: f32,
    normalized: bool,
    stride: f32,
    offset: f32
)