diff options
| author | Sophon <wuxilin123@gmail.com> | 2023-10-12 23:35:05 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-12 17:35:05 +0200 |
| commit | 59289ae8f95b1d5beeb9e4d0a2edc8bff641e01b (patch) | |
| tree | 3d5eeaa516f0154076cfa13a6e80bbedf4b4e10b /src | |
| parent | 8310e9762bdf7d7e5edd63aaff9ef9e763aa479a (diff) | |
| download | box64-59289ae8f95b1d5beeb9e4d0a2edc8bff641e01b.tar.gz box64-59289ae8f95b1d5beeb9e4d0a2edc8bff641e01b.zip | |
Add a new vulkan extension: VK_KHR_maintenance5 (#1021)
Signed-off-by: Xilin Wu <wuxilin123@gmail.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedvulkan_private.h | 6 |
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) |