Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT] Add external texture support (Vulkan) #97163

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dsnopek
Copy link
Contributor

@dsnopek dsnopek commented Sep 18, 2024

This builds on top of PR #96982 to add external texture support for Vulkan.

This is an unfinished work-in-progress.

I ended up splitting this off into its own PR to finish later after I discovered that this will only work with Android API level 26 or higher. Presently, we have an API minimum of 21, which prevents this code from compiling.

So, I'll save this until after we increase the API minimum to 21 or higher. (Another option is including the code, but then requiring users to build with scons ndk_platform=android-26 in order to support this feature, but it wouldn't be included in official builds.)

dsnopek and others added 2 commits September 18, 2024 14:25
@m4gr3d
Copy link
Contributor

m4gr3d commented Sep 19, 2024

According to https://composables.com/android-distribution-chart, we go from 99.7% to 95.4% coverage if we raise the min API from 21 to 26.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants