FlutterAngleTexture constructor

FlutterAngleTexture(
  1. FlutterAngle flutterAngle,
  2. int textureId,
  3. int rboId,
  4. int surfaceId,
  5. HTMLCanvasElement? element,
  6. int fboId,
  7. int loc,
  8. AngleOptions options,
)

Implementation

FlutterAngleTexture(
  FlutterAngle flutterAngle,
  this.textureId,
  this.rboId,
  this.surfaceId,
  this.element,
  this.fboId,
  this.loc,
  this.options
) {}