diff options
Diffstat (limited to 'src/wrapped/generated')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 4 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedvulkantypes.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index 980a5b7e..7e1f0f62 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -6246,6 +6246,8 @@ wrappedvulkan: - vkDestroyShaderModule - vkDestroySurfaceKHR - vkDestroySwapchainKHR + - vkDestroyTensorARM + - vkDestroyTensorViewARM - vkDestroyValidationCacheEXT - vkDestroyVideoSessionKHR - vkDestroyVideoSessionParametersKHR @@ -6307,6 +6309,8 @@ wrappedvulkan: - vkCreateSemaphore - vkCreateShaderModule - vkCreateSwapchainKHR + - vkCreateTensorARM + - vkCreateTensorViewARM - vkCreateValidationCacheEXT - vkCreateVideoSessionKHR - vkCreateVideoSessionParametersKHR diff --git a/src/wrapped/generated/wrappedvulkantypes.h b/src/wrapped/generated/wrappedvulkantypes.h index 5e72e7e9..b93b41af 100644 --- a/src/wrapped/generated/wrappedvulkantypes.h +++ b/src/wrapped/generated/wrappedvulkantypes.h @@ -75,6 +75,8 @@ typedef void (*vFpuuuupupup_t)(void*, uint32_t, uint32_t, uint32_t, uint32_t, vo GO(vkDestroyShaderModule, vFpUp_t) \ GO(vkDestroySurfaceKHR, vFpUp_t) \ GO(vkDestroySwapchainKHR, vFpUp_t) \ + GO(vkDestroyTensorARM, vFpUp_t) \ + GO(vkDestroyTensorViewARM, vFpUp_t) \ GO(vkDestroyValidationCacheEXT, vFpUp_t) \ GO(vkDestroyVideoSessionKHR, vFpUp_t) \ GO(vkDestroyVideoSessionParametersKHR, vFpUp_t) \ @@ -131,6 +133,8 @@ typedef void (*vFpuuuupupup_t)(void*, uint32_t, uint32_t, uint32_t, uint32_t, vo GO(vkCreateSemaphore, iFpppp_t) \ GO(vkCreateShaderModule, iFpppp_t) \ GO(vkCreateSwapchainKHR, iFpppp_t) \ + GO(vkCreateTensorARM, iFpppp_t) \ + GO(vkCreateTensorViewARM, iFpppp_t) \ GO(vkCreateValidationCacheEXT, iFpppp_t) \ GO(vkCreateVideoSessionKHR, iFpppp_t) \ GO(vkCreateVideoSessionParametersKHR, iFpppp_t) \ |