mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
turnip: Don't expose VK_ANDROID_native_buffer on non-Android.
The code is only there when compiling that platform. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7014>
This commit is contained in:
parent
d82826ad44
commit
a7bc2f8d1b
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ EXTENSIONS = [
|
|||
Extension('VK_EXT_sample_locations', 1, 'device->gpu_id == 650'),
|
||||
Extension('VK_EXT_sampler_filter_minmax', 1, True),
|
||||
Extension('VK_EXT_transform_feedback', 1, True),
|
||||
Extension('VK_ANDROID_native_buffer', 1, True),
|
||||
Extension('VK_ANDROID_native_buffer', 1, 'ANDROID'),
|
||||
Extension('VK_KHR_external_fence', 1, True),
|
||||
Extension('VK_KHR_external_fence_fd', 1, True),
|
||||
Extension('VK_KHR_external_semaphore', 1, True),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue