FlutterAngle class

Constructors

FlutterAngle.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activateTexture(FlutterAngleTexture texture) → void
createEGLSurfaceFromIOSurface(Pointer<Void> ioSurfacePtr, int width, int height) Pointer<Void>?
For iOS only: Creates an EGL surface from an IOSurface pointer
createTexture(AngleOptions options) Future<FlutterAngleTexture>
deleteTexture(FlutterAngleTexture texture) Future<void>
dispose([List<FlutterAngleTexture>? textures]) → void
init([bool useDebugContext = false, bool useAngle = true]) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printOpenGLError(String message) → void
toString() String
A string representation of this object.
inherited
updateTexture(FlutterAngleTexture texture, [WebGLTexture? sourceTexture]) Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

glDebugOutput(int source, int type, int id, int severity, int length, Pointer<Int8> pMessage, Pointer<Void> pUserParam) → void