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
createTexture(AngleOptions options) Future<FlutterAngleTexture>
deleteTexture(FlutterAngleTexture texture) Future<void>
dispose([List<FlutterAngleTexture>? textures]) → void
init([bool useDebugContext = false, bool useAngle = false]) 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, String pMessage, int pUserParam) → void