void renderbufferStorage(
int target,
int internalformat,
int width,
int height
)

Not documented.

Source

@DomName('WebGLRenderingContext.renderbufferStorage')
@DocsEditable()
void renderbufferStorage(int target, int internalformat, int width, int height) => _blink.BlinkWebGLRenderingContext.instance.renderbufferStorage_Callback_4_(unwrap_jso(this), target, internalformat, width, height);