[][src]Function gles30::global_commands::glTexStorage3D

pub unsafe fn glTexStorage3D(
    target: GLenum,
    levels: GLsizei,
    internalformat: GLenum,
    width: GLsizei,
    height: GLsizei,
    depth: GLsizei
)

glTexStorage3D(target, levels, internalformat, width, height, depth)

  • target group: TextureTarget
  • internalformat group: InternalFormat