zink: set can_bind_const_buffer_as_vertex

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37093>
This commit is contained in:
Mike Blumenkrantz
2025-08-28 11:43:34 -04:00
committed by Marge Bot
parent 6c1294ae1c
commit 352ca665cb
+1
View File
@@ -745,6 +745,7 @@ zink_init_screen_caps(struct zink_screen *screen)
caps->compressed_surface_reinterpret_blocks_layered = caps->surface_reinterpret_blocks &&
screen->info.maint6_props.blockTexelViewCompatibleMultipleLayers;
caps->can_bind_const_buffer_as_vertex = true;
caps->allow_mapped_buffers_during_execution = true;
caps->map_unsynchronized_thread_safe = true;
caps->shareable_shaders = true;