-
Notifications
You must be signed in to change notification settings - Fork 166
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
support vulkaninfo on Android #138
Comments
I don't recall it ever working for Android. That code might be placeholder. At most, it would have been run as a native executable, not an APK. We do have something in the Android tree (vkjson). To use it, you can run the following command, which I believe gives info similar to
|
To clarify, there is no planned work for vulkaninfo for Android. |
Thanks, Cody for the clarification. |
@cnorthrop Hi, I find that running |
@HackHarry this repo is specifically for Vulkan-Tools repo issues. |
Hi,
When we building the Vulkan-Tools for Android, we can get vkcube apk, but there is no vulkaninfo apk. https://github.com/KhronosGroup/Vulkan-Tools/blob/master/build-android/build_all.sh
From the code, seems we are going to support Android in the future. https://github.com/KhronosGroup/Vulkan-Tools/blob/master/vulkaninfo/vulkaninfo.c#L165
Are there any details about that? When do we expect to see vulkaninfo on Android?
Thanks,
Jiayuan.
The text was updated successfully, but these errors were encountered: