about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wrapped/wrappedvulkan_private.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wrapped/wrappedvulkan_private.h b/src/wrapped/wrappedvulkan_private.h
index aa140bb8..be727b3a 100644
--- a/src/wrapped/wrappedvulkan_private.h
+++ b/src/wrapped/wrappedvulkan_private.h
@@ -459,7 +459,9 @@ GO(vkReleaseProfilingLockKHR, vFp)
 GO(vkGetPhysicalDeviceCooperativeMatrixPropertiesNV, iFppp)
 
 // VK_NV_cooperative_vector
-GO(vkGetPhysicalDeviceCooperativeVectorPropertiesNV, iFpp)
+GO(vkCmdConvertCooperativeVectorMatrixNV, vFpup)
+GO(vkConvertCooperativeVectorMatrixNV, iFpp)
+GO(vkGetPhysicalDeviceCooperativeVectorPropertiesNV, iFppp)
 
 // VK_KHR_fragment_shading_rate
 GO(vkCmdSetFragmentShadingRateKHR, vFppp)