From 381cd1c73357aa1275aea7cf4ede29bc23a13c6b Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Wed, 4 May 2016 11:44:27 +0200 Subject: [PATCH] Updated example base header (Fixes #144) --- base/vulkanexamplebase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/base/vulkanexamplebase.h b/base/vulkanexamplebase.h index ac9c984b..a506f031 100644 --- a/base/vulkanexamplebase.h +++ b/base/vulkanexamplebase.h @@ -63,6 +63,7 @@ protected: float frameTimer = 1.0f; // Frame counter to display fps uint32_t frameCounter = 0; + uint32_t lastFPS = 0.0f; // Vulkan instance, stores all per-application states VkInstance instance; // Physical device (GPU) that Vulkan will ise