diff --git a/base/vulkanexamplebase.h b/base/vulkanexamplebase.h index f115e394..ee17b630 100644 --- a/base/vulkanexamplebase.h +++ b/base/vulkanexamplebase.h @@ -99,7 +99,7 @@ protected: std::chrono::time_point lastTimestamp; // Vulkan instance, stores all per-application states VkInstance instance; - std::vector supportedInstanceExtensions; + std::vector supportedInstanceExtensions; // Physical device (GPU) that Vulkan will use VkPhysicalDevice physicalDevice; // Stores physical device properties (for e.g. checking device limits)