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.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/wrapped/wrappedvulkan_private.h b/src/wrapped/wrappedvulkan_private.h
index 5048fcf0..3a8b3313 100644
--- a/src/wrapped/wrappedvulkan_private.h
+++ b/src/wrapped/wrappedvulkan_private.h
@@ -262,6 +262,27 @@ GO(vkCmdSetStencilOp, vFpuiiii)
 GO(vkCmdSetStencilTestEnable, vFpu)
 GO(vkCmdSetViewportWithCount, vFpup)
 
+// VK_VERSION_1_4
+GO(vkCmdBindDescriptorSets2, vFpp)
+GO(vkCmdBindIndexBuffer2, vFpUUUi)
+GO(vkCmdPushConstants2, vFpp)
+GO(vkCmdPushDescriptorSet, vFpiUuup)
+GO(vkCmdPushDescriptorSet2,vFpp)
+GO(vkCmdPushDescriptorSetWithTemplate, vFpUUup)
+GO(vkCmdPushDescriptorSetWithTemplate2, vFpp)
+GO(vkCmdSetLineStipple, vFpuW)
+GO(vkCmdSetRenderingAttachmentLocations, vFpp)
+GO(vkCmdSetRenderingInputAttachmentIndices, vFpp)
+GO(vkCopyImageToImage, iFpp)
+GO(vkCopyImageToMemory, iFpp)
+GO(vkCopyMemoryToImage, iFpp)
+GO(vkGetDeviceImageSubresourceLayout, vFppp)
+GO(vkGetImageSubresourceLayout2, vFpUpp)
+GO(vkGetRenderingAreaGranularity, vFppp)
+GO(vkMapMemory2, iFppp)
+GO(vkTransitionImageLayout, iFpup)
+GO(vkUnmapMemory2, iFpp)
+
 // VK_EXT_debug_report
 GOM(vkCreateDebugReportCallbackEXT, iFEpppp)
 GO(vkDebugReportMessageEXT, vFpuiULipp)