Skip to main content

glTextureStorage3D

Function glTextureStorage3D 

Source
pub unsafe extern "C" fn glTextureStorage3D(
    texture: GLuint,
    levels: GLsizei,
    internalformat: GLenum,
    width: GLsizei,
    height: GLsizei,
    depth: GLsizei,
)