logo
pub fn tex_sub_image_2d<T>(
    target: u32,
    level: i32,
    x_offset: i32,
    y_offset: i32,
    width: i32,
    height: i32,
    format: u32,
    type_: u32,
    buffer: &[T]
)