mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
hk: advertise KHR_dynamic_rendering_local_read
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31532>
This commit is contained in:
parent
9845e01f0f
commit
57c357befb
1 changed files with 1 additions and 2 deletions
|
|
@ -64,8 +64,7 @@ hk_get_device_extensions(const struct hk_instance *instance,
|
|||
.KHR_draw_indirect_count = true,
|
||||
.KHR_driver_properties = true,
|
||||
.KHR_dynamic_rendering = true,
|
||||
// TODO
|
||||
.KHR_dynamic_rendering_local_read = false,
|
||||
.KHR_dynamic_rendering_local_read = true,
|
||||
.KHR_external_fence = true,
|
||||
.KHR_external_fence_fd = true,
|
||||
.KHR_external_memory = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue