FlutterAngleTexture constructor
FlutterAngleTexture(
- int textureId,
- int rboId,
- int metalAsGLTextureId,
- int androidSurface,
- CanvasElement? element,
- int fboId,
- AngleOptions options,
Implementation
FlutterAngleTexture(
this.textureId,
this.rboId,
this.metalAsGLTextureId,
this.androidSurface,
this.element,
this.fboId,
this.options
);