Skip to main content

glTextureStorage1D

Function glTextureStorage1D 

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