-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
e: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestse: libimpellerThe standalone Impeller library with a single-header API.The standalone Impeller library with a single-header API.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-engineOwned by Engine teamOwned by Engine team
Description
When these were first written, it was assumed that the classes would be used purely from C++. However, bindings to environments like Python can be easily written against the C++ API. But the classes being final makes it hard to add environment specific functionality. Bindings authors could use composition but that requires all callsites to annotated differently which makes the whole process more tedious.
The C++ classes are also just wrappers over a handle to the underlying Impeller type.
Metadata
Metadata
Assignees
Labels
e: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestse: libimpellerThe standalone Impeller library with a single-header API.The standalone Impeller library with a single-header API.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-engineOwned by Engine teamOwned by Engine team
Type
Projects
Status
Done