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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support using OpenCL with Android API Level 33 #316

Merged
merged 3 commits into from
Sep 6, 2023

Conversation

asus4
Copy link
Owner

@asus4 asus4 commented Sep 6, 2023

Unity 2022 uses Gradle 7.1.2. Which means we don't need a hack to use OpenCL anymore. Just adding the following tags in the custom AndroidManifest.xml would work 馃憤

<uses-native-library android:name="libOpenCL.so" android:required="false"/>
<uses-native-library android:name="libOpenCL-car.so" android:required="false"/>
<uses-native-library android:name="libOpenCL-pixel.so" android:required="false"/>

@asus4 asus4 merged commit e6849b2 into master Sep 6, 2023
0 of 3 checks passed
@asus4 asus4 deleted the android-link-native-library branch September 6, 2023 09:44
@asus4 asus4 changed the title Support using OpenCL with Android API Level 32 Support using OpenCL with Android API Level 33 Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running Android GPUDelegate in BG thread fails on API Level 31
1 participant