Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35b4de1e authored by Jesse Hall's avatar Jesse Hall
Browse files

vulkan: update Vulkan headers to 1.1.68

Key changes from 1.1.61:
* Introduced split headers:
  * vulkan_core.h provides all declarations that don't depend on
    platform-specific headers
  * vulkan_android.h provides Android-specific declarations
  * vulkan.h is retained for source compatibility, and includes both
    of the above; vulkan_android.h is conditional on
    VK_USE_PLATFORM_ANDROID_KHR
* Re-defined symbols for extensions that were merged into Vk1.1 as
  typedefs/aliases for the new core symbols.
* New extensions:
  * VK_EXT_conservative_rasterization
  * VK_EXT_debug_utils
  * VK_EXT_external_memory_dma_buf
  * VK_EXT_external_memory_host
  * VK_EXT_global_priority
  * VK_EXT_queue_family_foreign
  * VK_AMD_shader_image_load_store_lod
  * VK_AMD_shader_info

Test: build
Change-Id: I84cdb4c24eed27ead99047951f795ccafa0bfc9a
parent 9521c233
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@ ndk_headers {
    srcs: [
        "include/vulkan/vk_platform.h",
        "include/vulkan/vulkan.h",
        "include/vulkan/vulkan_core.h",
        "include/vulkan/vulkan_android.h",
    ],
    license: "include/vulkan/NOTICE",
}
+366 −7

File changed.

Preview size limit exceeded, changes collapsed.

+0 −28

File changed.

Preview size limit exceeded, changes collapsed.

+39 −7357

File changed.

Preview size limit exceeded, changes collapsed.

+60 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading