diff options
-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); |