GlTextureStorage2D typedef
GlTextureStorage2D =
void Function(int texture, int levels, int internalformat, int width, int height)
Implementation
typedef GlTextureStorage2D = void Function(
int texture, int levels, int internalformat, int width, int height);