zink: document VK_EXT_primitive_topology_list_restart in profile

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36077>
This commit is contained in:
Mike Blumenkrantz
2025-07-11 12:07:57 -04:00
committed by Marge Bot
parent 7d01d8a37d
commit b704b7b5dc
@@ -400,6 +400,7 @@
"VK_EXT_extended_dynamic_state2": 1,
"VK_EXT_extended_dynamic_state3": 1,
"VK_EXT_graphics_pipeline_library": 1,
"VK_EXT_primitive_topology_list_restart": 1,
"VK_EXT_non_seamless_cube_map": 1,
"VK_KHR_pipeline_library": 1,
"VK_EXT_attachment_feedback_loop_layout": 1,
@@ -425,6 +426,10 @@
"extendedDynamicState3LineRasterizationMode": true,
"extendedDynamicState3DepthClipNegativeOneToOne": true
},
"VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT": {
"primitiveTopologyListRestart": true,
"primitiveTopologyPatchListRestart": true
},
"VkPhysicalDeviceFeatures": {
"textureCompressionBC": true
},