mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 19:00:13 +01:00
venus: fix VK_EXT_image_view_min_lod feature query
Fixes: 8b81098519 ("venus: enable VK_EXT_image_view_min_lod")
Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21617>
This commit is contained in:
parent
1dfd535124
commit
054a83492d
1 changed files with 1 additions and 0 deletions
|
|
@ -1758,6 +1758,7 @@ vn_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice,
|
|||
CASE(CUSTOM_BORDER_COLOR_FEATURES_EXT, custom_border_color);
|
||||
CASE(DEPTH_CLIP_CONTROL_FEATURES_EXT, depth_clip_control);
|
||||
CASE(DEPTH_CLIP_ENABLE_FEATURES_EXT, depth_clip_enable);
|
||||
CASE(IMAGE_VIEW_MIN_LOD_FEATURES_EXT, image_view_min_lod);
|
||||
CASE(INDEX_TYPE_UINT8_FEATURES_EXT, index_type_uint8);
|
||||
CASE(LINE_RASTERIZATION_FEATURES_EXT, line_rasterization);
|
||||
CASE(MULTI_DRAW_FEATURES_EXT, multi_draw);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue