Skip to content

Conversation

@guoxx
Copy link

@guoxx guoxx commented Dec 24, 2025

  • Load libvulkan.so instead of libvulkan.so.1 on Android
  • Define VK_USE_PLATFORM_ANDROID_KHR for Android builds
  • Use vkCreateAndroidSurfaceKHR for surface creation on Android
  • Add VK_KHR_ANDROID_SURFACE_EXTENSION_NAME to instance extensions

Add conditional compilation support for Android in the Vulkan implementation:
- Load libvulkan.so instead of libvulkan.so.1 on Android
- Define VK_USE_PLATFORM_ANDROID_KHR for Android builds
- Use vkCreateAndroidSurfaceKHR for surface creation on Android
- Add VK_KHR_ANDROID_SURFACE_EXTENSION_NAME to instance extensions
@guoxx guoxx requested a review from a team as a code owner December 24, 2025 03:04
@CLAassistant
Copy link

CLAassistant commented Dec 24, 2025

CLA assistant check
All committers have signed the CLA.

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.

2 participants