Skip to content

Instantly share code, notes, and snippets.

@jonahwilliams
Last active December 4, 2023 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonahwilliams/d745e1665e3bec814f701867baf2718e to your computer and use it in GitHub Desktop.
Save jonahwilliams/d745e1665e3bec814f701867baf2718e to your computer and use it in GitHub Desktop.
What to do for stable Impeller on Android
# 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