aboutsummaryrefslogtreecommitdiffstats
path: root/src/win_vulkan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/win_vulkan.c')
-rw-r--r--src/win_vulkan.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/win_vulkan.c b/src/win_vulkan.c
index a892a16..e2d9bb4 100644
--- a/src/win_vulkan.c
+++ b/src/win_vulkan.c
@@ -1,5 +1,5 @@
/*
- Copyright 2012-2020 David Robillard <d@drobilla.net>
+ Copyright 2012-2021 David Robillard <d@drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@@ -20,7 +20,6 @@
#include "types.h"
#include "win.h"
-#include "pugl/stub.h"
#include "pugl/vulkan.h"
#include <vulkan/vulkan.h>
@@ -81,11 +80,11 @@ puglGetDeviceProcAddrFunc(const PuglVulkanLoader* loader)
const PuglBackend*
puglVulkanBackend()
{
- static const PuglBackend backend = {puglWinStubConfigure,
+ static const PuglBackend backend = {puglWinConfigure,
puglStubCreate,
puglStubDestroy,
- puglWinStubEnter,
- puglWinStubLeave,
+ puglWinEnter,
+ puglWinLeave,
puglStubGetContext};
return &backend;