vulkan: Add NV suffix to VK_NV_cooperative_matrix feature names
In the new Vulkan Headers, VK_KHR_cooperative_matrix gets added and the feature names are the same. Acked-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23837>
This commit is contained in:
@@ -45,6 +45,9 @@ RENAMED_FEATURES = {
|
||||
|
||||
('MeshShaderFeaturesNV', 'taskShader'): 'taskShaderNV',
|
||||
('MeshShaderFeaturesNV', 'meshShader'): 'meshShaderNV',
|
||||
|
||||
('CooperativeMatrixFeaturesNV', 'cooperativeMatrix'): 'cooperativeMatrixNV',
|
||||
('CooperativeMatrixFeaturesNV', 'cooperativeMatrixRobustBufferAccess'): 'cooperativeMatrixRobustBufferAccessNV',
|
||||
}
|
||||
|
||||
KNOWN_ALIASES = [
|
||||
|
||||
Reference in New Issue
Block a user