mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
Add VK_EXT_vertex_attribute_divisor support for guest ANGLE
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
b62b11d3e2
commit
8dfaa0d08c
1 changed files with 2 additions and 0 deletions
|
|
@ -124,6 +124,8 @@ SUPPORTED_FEATURES = [
|
|||
"VK_GOOGLE_gfxstream",
|
||||
# Used in tests without proper support checks
|
||||
"VK_EXT_graphics_pipeline_library",
|
||||
# Used by guest ANGLE
|
||||
"VK_EXT_vertex_attribute_divisor",
|
||||
]
|
||||
|
||||
HOST_MODULES = ["goldfish_vk_extension_structs", "goldfish_vk_marshaling",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue