GlTexImage3DMultisample typedef

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

Implementation

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