Skip to content

Commit

Permalink
Missed a header thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhonnyg committed May 13, 2024
1 parent a23e325 commit a280cc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/graphics/src/vulkan/graphics_vulkan_dynamic.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ extern PFN_vkCmdEndQuery vkCmdEndQuery;
extern PFN_vkCmdResetQueryPool vkCmdResetQueryPool;
extern PFN_vkCmdCopyQueryPoolResults vkCmdCopyQueryPoolResults;
extern PFN_vkResetDescriptorPool vkResetDescriptorPool;
extern PFN_vkCmdCopyImageToBuffer vkCmdCopyImageToBuffer;

extern PFN_vkCreateAndroidSurfaceKHR vkCreateAndroidSurfaceKHR;
extern PFN_vkDestroySurfaceKHR vkDestroySurfaceKHR;
Expand Down

0 comments on commit a280cc9

Please sign in to comment.