GlTexStorage3DEXT typedef

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

Implementation

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