GlTexStorage1D typedef

GlTexStorage1D = void Function(int target, int levels, int internalformat, int width)

Implementation

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