mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 09:30:11 +01:00
gfxstream: add VK_EXT_vertex_attribute_divisor
Already supported via codegen. Reviewed-by: Aaron Ruby <aruby@blackberry.com> Acked-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
This commit is contained in:
parent
3c609a9bf9
commit
e6cf3feeb5
1 changed files with 1 additions and 0 deletions
|
|
@ -1759,6 +1759,7 @@ VkResult ResourceTracker::on_vkEnumerateDeviceExtensionProperties(
|
|||
"VK_KHR_storage_buffer_storage_class",
|
||||
"VK_EXT_depth_clip_enable",
|
||||
"VK_KHR_create_renderpass2",
|
||||
"VK_EXT_vertex_attribute_divisor",
|
||||
"VK_EXT_host_query_reset",
|
||||
#if defined(VK_USE_PLATFORM_ANDROID_KHR) || defined(__linux__)
|
||||
"VK_KHR_external_semaphore",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue