GlTexStorage3D typedef
GlTexStorage3D =
void Function(int target, int levels, int internalformat, int width, int height, int depth)
Implementation
typedef GlTexStorage3D = void Function(int target, int levels,
int internalformat, int width, int height, int depth);