PFN_glTextureStorage2D

Type Alias PFN_glTextureStorage2D 

Source
pub type PFN_glTextureStorage2D = unsafe extern "system" fn(_texture: GLuint, _levels: GLsizei, _internalformat: GLenum, _width: GLsizei, _height: GLsizei);