FlutterAngleTexture.fromSurface constructor

FlutterAngleTexture.fromSurface(
  1. FlutterAngle flutterAngle,
  2. int textureId,
  3. Pointer<Void>? surfaceId,
  4. AngleOptions options,
)

Implementation

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