GlTexStorage2DMultisample typedef

GlTexStorage2DMultisample = void Function(int target, int samples, int internalformat, int width, int height, int fixedsamplelocations)

Implementation

typedef GlTexStorage2DMultisample = void Function(int target, int samples,
    int internalformat, int width, int height, int fixedsamplelocations);