Skip to content

Commit

Permalink
[VULKAN] Added one more extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Jun 6, 2023
1 parent 5254834 commit c8f3921
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/wrapped/wrappedvulkan_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -809,3 +809,6 @@ GO(vkCmdSetViewportWScalingEnableNV, vFpi)
// VK_KHR_external_memory_win32
GO(vkGetMemoryWin32HandleKHR, iFppp)
GO(vkGetMemoryWin32HandlePropertiesKHR, iFpipp)

// VK_EXT_swapchain_maintenance1
GO(vkReleaseSwapchainImagesEXT, iFpp)

0 comments on commit c8f3921

Please sign in to comment.