mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 16:18:06 +02:00
nvk: promote load_store_op_none to KHR
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27297>
This commit is contained in:
parent
132b3a79f4
commit
614e4269cf
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ nvk_get_device_extensions(const struct nvk_instance *instance,
|
|||
.KHR_imageless_framebuffer = true,
|
||||
.KHR_index_type_uint8 = true,
|
||||
.KHR_line_rasterization = true,
|
||||
.KHR_load_store_op_none = true,
|
||||
.KHR_maintenance1 = true,
|
||||
.KHR_maintenance2 = true,
|
||||
.KHR_maintenance3 = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue