renderbufferStorageMultisample method
void
renderbufferStorageMultisample()
Implementation
void renderbufferStorageMultisample(
int target, int samples, int internalformat, int width, int height) =>
js_util.callMethod(this, 'renderbufferStorageMultisample',
[target, samples, internalformat, width, height]);