FlutterAngleTexture constructor
FlutterAngleTexture(
- FlutterAngle flutterAngle,
- int textureId,
- int rboId,
- int fboId,
- int depth,
- AngleOptions options,
Implementation
FlutterAngleTexture(
FlutterAngle flutterAngle,
this.textureId,
this.rboId,
this.fboId,
this.depth,
this.options
) {
_flutterAngle = flutterAngle;
}