GlTexStorage2D typedef

GlTexStorage2D = void Function(int target, int levels, int internalformat, int width, int height)

Implementation

typedef GlTexStorage2D = void Function(
    int target, int levels, int internalformat, int width, int height);