mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-26 13:30:39 +01:00
tu: Promote VK_EXT_load_store_op_none to KHR
Signed-off-by: Valentine Burley <valentine.burley@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28052>
This commit is contained in:
parent
2d3ed6853d
commit
465ff8114c
1 changed files with 1 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ get_device_extensions(const struct tu_physical_device *device,
|
|||
.KHR_imageless_framebuffer = true,
|
||||
.KHR_incremental_present = TU_HAS_SURFACE,
|
||||
.KHR_index_type_uint8 = true,
|
||||
.KHR_load_store_op_none = true,
|
||||
.KHR_maintenance1 = true,
|
||||
.KHR_maintenance2 = true,
|
||||
.KHR_maintenance3 = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue