[][src]Function web_dom::webgl::tex_sub_image2_d

pub fn tex_sub_image2_d(
    instance: DOMReference,
    target: f32,
    level: f32,
    xoffset: f32,
    yoffset: f32,
    width: f32,
    height: f32,
    format: f32,
    image_type: f32,
    pixels: DOMReference
)