FlutterAngleTexture constructor

FlutterAngleTexture(
  1. FlutterAngle flutterAngle,
  2. int textureId,
  3. int rboId,
  4. int fboId,
  5. AngleOptions options,
)

Implementation

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