aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/pugl_vulkan_demo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pugl_vulkan_demo.c b/examples/pugl_vulkan_demo.c
index e1daeb0..59e3060 100644
--- a/examples/pugl_vulkan_demo.c
+++ b/examples/pugl_vulkan_demo.c
@@ -1077,7 +1077,7 @@ main(int argc, char** argv)
}
// Create Vulkan surface for window
- PuglVulkanLoader* loader = puglNewVulkanLoader(app.world);
+ PuglVulkanLoader* loader = puglNewVulkanLoader(app.world, NULL);
if (puglCreateSurface(puglGetInstanceProcAddrFunc(loader),
app.view,
vk->instance,