diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-03-11 16:50:00 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-03-11 16:50:00 +0100 |
| commit | 835ecf8a1947586ef034d9b99cff1d5ddb030cc9 (patch) | |
| tree | f31adc09cd94f2dd27f05de6d09dd4236fe4e552 /src/wrapped/generated/wrappedvulkantypes.h | |
| parent | 470ff6e652e07c3daef2666f2730c1c283bb9497 (diff) | |
| download | box64-835ecf8a1947586ef034d9b99cff1d5ddb030cc9.tar.gz box64-835ecf8a1947586ef034d9b99cff1d5ddb030cc9.zip | |
[WRAPPER] Added a few more Vulkan extensions
Diffstat (limited to 'src/wrapped/generated/wrappedvulkantypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedvulkantypes.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedvulkantypes.h b/src/wrapped/generated/wrappedvulkantypes.h index 7bd22649..5e72e7e9 100644 --- a/src/wrapped/generated/wrappedvulkantypes.h +++ b/src/wrapped/generated/wrappedvulkantypes.h @@ -54,10 +54,13 @@ typedef void (*vFpuuuupupup_t)(void*, uint32_t, uint32_t, uint32_t, uint32_t, vo GO(vkDestroyFramebuffer, vFpUp_t) \ GO(vkDestroyImage, vFpUp_t) \ GO(vkDestroyImageView, vFpUp_t) \ + GO(vkDestroyIndirectCommandsLayoutEXT, vFpUp_t) \ GO(vkDestroyIndirectCommandsLayoutNV, vFpUp_t) \ + GO(vkDestroyIndirectExecutionSetEXT, vFpUp_t) \ GO(vkDestroyMicromapEXT, vFpUp_t) \ GO(vkDestroyOpticalFlowSessionNV, vFpUp_t) \ GO(vkDestroyPipeline, vFpUp_t) \ + GO(vkDestroyPipelineBinaryKHR, vFpUp_t) \ GO(vkDestroyPipelineCache, vFpUp_t) \ GO(vkDestroyPipelineLayout, vFpUp_t) \ GO(vkDestroyPrivateDataSlot, vFpUp_t) \ @@ -81,6 +84,7 @@ typedef void (*vFpuuuupupup_t)(void*, uint32_t, uint32_t, uint32_t, uint32_t, vo GO(vkCreateDeferredOperationKHR, iFppp_t) \ GO(vkCreateInstance, iFppp_t) \ GO(vkGetPhysicalDeviceDisplayPropertiesKHR, iFppp_t) \ + GO(vkReleaseCapturedPipelineDataKHR, iFppp_t) \ GO(vkGetDisplayPlaneCapabilitiesKHR, iFpUup_t) \ GO(vkAllocateMemory, iFpppp_t) \ GO(vkCreateAccelerationStructureKHR, iFpppp_t) \ @@ -107,9 +111,12 @@ typedef void (*vFpuuuupupup_t)(void*, uint32_t, uint32_t, uint32_t, uint32_t, vo GO(vkCreateHeadlessSurfaceEXT, iFpppp_t) \ GO(vkCreateImage, iFpppp_t) \ GO(vkCreateImageView, iFpppp_t) \ + GO(vkCreateIndirectCommandsLayoutEXT, iFpppp_t) \ GO(vkCreateIndirectCommandsLayoutNV, iFpppp_t) \ + GO(vkCreateIndirectExecutionSetEXT, iFpppp_t) \ GO(vkCreateMicromapEXT, iFpppp_t) \ GO(vkCreateOpticalFlowSessionNV, iFpppp_t) \ + GO(vkCreatePipelineBinariesKHR, iFpppp_t) \ GO(vkCreatePipelineCache, iFpppp_t) \ GO(vkCreatePipelineLayout, iFpppp_t) \ GO(vkCreatePrivateDataSlot, iFpppp_t) \ |