GlTexStorage2DEXT typedef

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

Implementation

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