Skip to content

Commit

Permalink
[VULKAN] Added a new extension and a missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Nov 24, 2024
1 parent 73b17d4 commit d0af86d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/wrapped/wrappedvulkan_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ GOM(vkDestroyCuModuleNVX, vFEpUp)

// VK_NVX_image_view_handle
GO(vkGetImageViewAddressNVX, iFpUp)
GO(vkGetImageViewHandle64NVX, UFpp)
GO(vkGetImageViewHandleNVX, uFpp)

// VK_NV_device_generated_commands
Expand Down Expand Up @@ -990,4 +991,7 @@ GO(vkImportSemaphoreWin32HandleKHR, iFpp)

// VK_KHR_win32_keyed_mutex
GO(wine_vkAcquireKeyedMutex, iFpUUu)
GO(wine_vkReleaseKeyedMutex, iFpUU)
GO(wine_vkReleaseKeyedMutex, iFpUU)

// VK_NV_cooperative_matrix2
GO(vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV, iFppp)

0 comments on commit d0af86d

Please sign in to comment.