FlutterAngleTexture constructor

FlutterAngleTexture(
  1. int textureId,
  2. int rboId,
  3. int metalAsGLTextureId,
  4. int androidSurface,
  5. CanvasElement? element,
  6. int fboId,
  7. AngleOptions options,
)

Implementation

FlutterAngleTexture(
  this.textureId,
  this.rboId,
  this.metalAsGLTextureId,
  this.androidSurface,
  this.element,
  this.fboId,
  this.options
);