Last active
December 4, 2023 23:17
-
-
Save jonahwilliams/d745e1665e3bec814f701867baf2718e to your computer and use it in GitHub Desktop.
What to do for stable Impeller on Android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Vulkan | |
~1. Surface Texture support: https://github.com/flutter/flutter/issues/137639~ | |
1a. Update: we can't do this, instead we'll add a new API and migrate flutter/packages. | |
2. Fragment program API support: https://github.com/flutter/flutter/issues/123741 | |
3. Framebuffer fetch: https://github.com/flutter/flutter/issues/128911 | |
# GLES | |
~1. External texture: https://github.com/flutter/flutter/issues/135881~ | |
2. Fragment program: https://github.com/flutter/flutter/issues/123741 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment