diff options
author | David Robillard <d@drobilla.net> | 2020-11-01 15:27:37 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-01 15:27:37 +0100 |
commit | 6a8da097a2754e8b2002707519c9a16ae6e8ad72 (patch) | |
tree | d5b2ba4a2094a0abbe60ed7bd80c3aac56adcdfa /examples | |
parent | f0f058dbeb40d016501328ed755392b46eefec9b (diff) | |
download | pugl-6a8da097a2754e8b2002707519c9a16ae6e8ad72.tar.gz pugl-6a8da097a2754e8b2002707519c9a16ae6e8ad72.tar.bz2 pugl-6a8da097a2754e8b2002707519c9a16ae6e8ad72.zip |
Cleanup: Fix typo
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pugl_vulkan_cxx_demo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pugl_vulkan_cxx_demo.cpp b/examples/pugl_vulkan_cxx_demo.cpp index e25f243..7a4e5cb 100644 --- a/examples/pugl_vulkan_cxx_demo.cpp +++ b/examples/pugl_vulkan_cxx_demo.cpp @@ -173,7 +173,7 @@ struct RectPipeline { uint32_t numImages{}; }; -/// Synchronization primites used to coordinate drawing frames +/// Synchronization primitives used to coordinate drawing frames struct RenderSync { VkResult init(const sk::VulkanApi& vk, const sk::Device& device, uint32_t numImages); |