logo
pub unsafe fn glTexStorage2D(
    target: u32,
    levels: i32,
    internalformat: u32,
    width: i32,
    height: i32
)
Expand description

glTexStorage2D(target, levels, internalformat, width, height) target group: TextureTarget internalformat group: SizedInternalFormat