summaryrefslogtreecommitdiff
path: root/hk21/vulkan_loader/fns.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'hk21/vulkan_loader/fns.hpp')
-rw-r--r--hk21/vulkan_loader/fns.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/hk21/vulkan_loader/fns.hpp b/hk21/vulkan_loader/fns.hpp
index 2870397..377b103 100644
--- a/hk21/vulkan_loader/fns.hpp
+++ b/hk21/vulkan_loader/fns.hpp
@@ -16,7 +16,8 @@
FN(vkGetDeviceProcAddr) \
FN(vkGetPhysicalDeviceSurfaceCapabilitiesKHR) \
FN(vkGetPhysicalDeviceSurfaceFormatsKHR) \
- FN(vkGetPhysicalDeviceSurfacePresentModesKHR)
+ FN(vkGetPhysicalDeviceSurfacePresentModesKHR) \
+ FN(vkGetPhysicalDeviceFeatures2)
#define VULKAN_DEVICE_FNS \
FN(vkDestroyDevice) \
@@ -35,10 +36,10 @@
FN(vkFreeCommandBuffers) \
FN(vkBeginCommandBuffer) \
FN(vkEndCommandBuffer) \
- FN(vkQueueSubmit) \
+ FN(vkQueueSubmit2) \
FN(vkCreateSemaphore) \
FN(vkDestroySemaphore) \
- FN(vkCmdPipelineBarrier) \
+ FN(vkCmdPipelineBarrier2) \
FN(vkCmdClearColorImage) \
FN(vkCreateFence) \
FN(vkDestroyFence) \