forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
To provide more options of flutter-tizen's user, I want to open the Evas GL render to all profiles.
I expect that this provides advanced users with the option of selecting a window type for flutter-tizen, or enables using the view of FlutterTizen.
I think the following things are needed.
- Change from
use_evas_gl_renderertouse_evas_gl_renderer_onlyin BUILD.gnuse_evas_gl_renderer_onlymust be true in the wearable profile only.
FlutterDesktopViewCreateFromNewWindowmust be divided into two APIs.- ex)
FlutterDesktopViewCreateFromNewElmWindowandFlutterDesktopViewCreateFromNewEcoreWl2Window - therefore, the embedding implementation at flutter-tizen should also be updated.
- ex)
- The renderer must be selected according to the view type on runtime.
- The event loop must be selected according to the renderer type on runtime.
Metadata
Metadata
Assignees
Labels
No labels