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

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