GlRenderbufferStorageMultisample typedef

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

Implementation

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