FlutterAngleTexture.fromSurface constructor
FlutterAngleTexture.fromSurface(
- FlutterAngle flutterAngle,
- int textureId,
- Pointer<
Void> ? surfaceId, - AngleOptions options,
Implementation
FlutterAngleTexture.fromSurface(
FlutterAngle flutterAngle,
this.textureId,
this.surfaceId,
this.options
) {
rboId = 0;
fboId = 0;
_flutterAngle = flutterAngle;
}