[][src]Function fltk::gl::glTexImage1D

pub unsafe extern "C" fn glTexImage1D(
    target: u32,
    level: i32,
    internalFormat: i32,
    width: i32,
    border: i32,
    format: u32,
    type_: u32,
    pixels: *const c_void
)