aboutsummaryrefslogtreecommitdiff
path: root/cube
diff options
context:
space:
mode:
Diffstat (limited to 'cube')
-rw-r--r--cube/cube_functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cube/cube_functions.h b/cube/cube_functions.h
index 6592968f..96f55e24 100644
--- a/cube/cube_functions.h
+++ b/cube/cube_functions.h
@@ -274,6 +274,7 @@ static void load_vulkan_instance_functions(VkInstance instance) {
LOAD_INSTANCE_FUNCTION(instance, vkGetPhysicalDeviceSurfacePresentModesKHR);
LOAD_INSTANCE_FUNCTION(instance, vkGetPhysicalDeviceSurfaceSupportKHR);
LOAD_INSTANCE_FUNCTION(instance, vkGetDeviceProcAddr);
+ LOAD_INSTANCE_FUNCTION(instance, vkCreateDisplayPlaneSurfaceKHR);
}
static void load_vulkan_device_functions(VkDevice device) {
LOAD_DEVICE_FUNCTION(device, vkAcquireNextImageKHR);
@@ -298,7 +299,6 @@ static void load_vulkan_device_functions(VkDevice device) {
LOAD_DEVICE_FUNCTION(device, vkCreateCommandPool);
LOAD_DEVICE_FUNCTION(device, vkCreateDescriptorPool);
LOAD_DEVICE_FUNCTION(device, vkCreateDescriptorSetLayout);
- LOAD_DEVICE_FUNCTION(device, vkCreateDisplayPlaneSurfaceKHR);
LOAD_DEVICE_FUNCTION(device, vkCreateFence);
LOAD_DEVICE_FUNCTION(device, vkCreateFramebuffer);
LOAD_DEVICE_FUNCTION(device, vkCreateGraphicsPipelines);