Function gles31::glTexStorage2D

source ·
pub unsafe fn glTexStorage2D(
    target: u32,
    levels: u32,
    internalformat: u32,
    width: u32,
    height: u32
)