aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_vulkan_demo.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-06 17:14:52 -0400
committerDavid Robillard <d@drobilla.net>2021-05-06 17:14:52 -0400
commit089c119689ede4f4414e36da6e1aadd1c02b1eae (patch)
treeb25be113ecc87658cc12390cbf4f5aa75dc3fbd6 /examples/pugl_vulkan_demo.c
parentaf3dea4bb671e97eeb5fd2208f691f5e746a3b69 (diff)
downloadpugl-089c119689ede4f4414e36da6e1aadd1c02b1eae.tar.gz
pugl-089c119689ede4f4414e36da6e1aadd1c02b1eae.tar.bz2
pugl-089c119689ede4f4414e36da6e1aadd1c02b1eae.zip
Add basic test for Vulkan support
Diffstat (limited to 'examples/pugl_vulkan_demo.c')
-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 0dfbadd..efbf339 100644
--- a/examples/pugl_vulkan_demo.c
+++ b/examples/pugl_vulkan_demo.c
@@ -1088,7 +1088,7 @@ main(int argc, char** argv)
return logError("Failed to create window (%s)\n", puglStrerror(st));
}
- // Create Vulkan surface for Window
+ // Create Vulkan surface for window
PuglVulkanLoader* loader = puglNewVulkanLoader(app.world);
if (puglCreateSurface(puglGetInstanceProcAddrFunc(loader),
app.view,