mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 14:10:09 +01:00
venus: add VK_EXT_load_store_op_none support
There's no feature/properties structs associated with this extension. Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22243>
This commit is contained in:
parent
303a2136a4
commit
9c19d426cd
1 changed files with 1 additions and 0 deletions
|
|
@ -1123,6 +1123,7 @@ vn_physical_device_get_passthrough_extensions(
|
|||
.EXT_image_view_min_lod = true,
|
||||
.EXT_index_type_uint8 = true,
|
||||
.EXT_line_rasterization = true,
|
||||
.EXT_load_store_op_none = true,
|
||||
.EXT_memory_budget = true,
|
||||
.EXT_multi_draw = true,
|
||||
.EXT_mutable_descriptor_type = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue