about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSophon <wuxilin123@gmail.com>2023-10-12 23:35:05 +0800
committerGitHub <noreply@github.com>2023-10-12 17:35:05 +0200
commit59289ae8f95b1d5beeb9e4d0a2edc8bff641e01b (patch)
tree3d5eeaa516f0154076cfa13a6e80bbedf4b4e10b
parent8310e9762bdf7d7e5edd63aaff9ef9e763aa479a (diff)
downloadbox64-59289ae8f95b1d5beeb9e4d0a2edc8bff641e01b.tar.gz
box64-59289ae8f95b1d5beeb9e4d0a2edc8bff641e01b.zip
Add a new vulkan extension: VK_KHR_maintenance5 (#1021)
Signed-off-by: Xilin Wu <wuxilin123@gmail.com>
-rw-r--r--src/wrapped/wrappedvulkan_private.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wrapped/wrappedvulkan_private.h b/src/wrapped/wrappedvulkan_private.h
index 1ed5b3d5..cbf18879 100644
--- a/src/wrapped/wrappedvulkan_private.h
+++ b/src/wrapped/wrappedvulkan_private.h
@@ -832,3 +832,9 @@ GO(vkGetSamplerOpaqueCaptureDescriptorDataEXT, vFppp)
 
 // VK_KHR_cooperative_matrix
 GO(vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR, iFppp)
+
+// VK_KHR_maintenance5
+GO(vkCmdBindIndexBuffer2KHR, vFpUUUi)
+GO(vkGetDeviceImageSubresourceLayoutKHR, vFppp)
+GO(vkGetImageSubresourceLayout2KHR, vFpUpp)
+GO(vkGetRenderingAreaGranularityKHR, vFppp)