FlutterAngleTexture constructor

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

Implementation

FlutterAngleTexture(
  FlutterAngle flutterAngle,
  this.textureId,
  this.rboId,
  this.fboId,
  this.depth,
  this.options
) {
  _flutterAngle = flutterAngle;
}