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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/wrapped/wrappedvulkan_private.h b/src/wrapped/wrappedvulkan_private.h
index eeecb5d2..9c7b7d30 100644
--- a/src/wrapped/wrappedvulkan_private.h
+++ b/src/wrapped/wrappedvulkan_private.h
@@ -841,4 +841,9 @@ GO(vkGetRenderingAreaGranularityKHR, vFppp)
 
 // VK_NV_memory_decompression
 GO(vkCmdDecompressMemoryIndirectCountNV, vFpUUu)
-GO(vkCmdDecompressMemoryNV, vFpup)
\ No newline at end of file
+GO(vkCmdDecompressMemoryNV, vFpup)
+
+// VK_EXT_merge_shader
+GO(vkCmdDrawMeshTasksEXT, vFpuuu)
+GO(vkCmdDrawMeshTasksIndirectCountEXT, vFpUUUUuu)
+GO(vkCmdDrawMeshTasksIndirectEXT, vFpUUuu)
\ No newline at end of file