WebGLRenderTarget constructor
WebGLRenderTarget(
- int width,
- int height, [
- WebGLRenderTargetOptions? options
Implementation
WebGLRenderTarget(super.width, super.height, [super.options]);