about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-07-27 16:22:15 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-07-27 16:22:15 +0200
commitbedfb82066a283e370b1cae60d0f860665dcb904 (patch)
tree9c9f0b20a5fd4ddcaa2ee1f099326be1b4a61e20 /src
parent8a403d91268183e2f4028ebb916cf5541f3abfef (diff)
downloadbox64-bedfb82066a283e370b1cae60d0f860665dcb904.tar.gz
box64-bedfb82066a283e370b1cae60d0f860665dcb904.zip
Added a new vulkan extension
Diffstat (limited to 'src')
-rw-r--r--src/wrapped/wrappedvulkan_private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wrapped/wrappedvulkan_private.h b/src/wrapped/wrappedvulkan_private.h
index 363b26f0..1697fede 100644
--- a/src/wrapped/wrappedvulkan_private.h
+++ b/src/wrapped/wrappedvulkan_private.h
@@ -812,3 +812,7 @@ GO(vkGetMemoryWin32HandlePropertiesKHR, iFpipp)
 
 // VK_EXT_swapchain_maintenance1
 GO(vkReleaseSwapchainImagesEXT, iFpp)
+
+// VK_VALVE_descriptor_set_host_mapping
+GO(vkGetDescriptorSetHostMappingVALVE, vFppp)
+GO(vkGetDescriptorSetLayoutHostMappingInfoVALVE, vFppp)