WebGLRenderTarget constructor

WebGLRenderTarget(
  1. int width,
  2. int height, [
  3. WebGLRenderTargetOptions? options
])

Implementation

WebGLRenderTarget(super.width, super.height, [super.options]);