FlutterAngleTexture.fromSurface constructor

FlutterAngleTexture.fromSurface(
  1. FlutterAngle flutterAngle,
  2. int textureId,
  3. dynamic surfaceId,
  4. AngleOptions options,
)

Implementation

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