FlutterAngleTexture constructor

FlutterAngleTexture(
  1. int textureId,
  2. int rboId,
  3. int metalAsGLTextureId,
  4. int androidSurfaceId,
  5. dynamic element,
  6. int fboId,
  7. int loc,
  8. AngleOptions options,
)

Implementation

FlutterAngleTexture(
  this.textureId,
  this.rboId,
  this.metalAsGLTextureId,
  int androidSurfaceId,
  this.element,
  this.fboId,
  this.loc,
  this.options
) {
  androidSurface = Pointer.fromAddress(androidSurfaceId);
}