Updated example base header (Fixes #144)

This commit is contained in:
Sascha Willems 2016-05-04 11:44:27 +02:00
parent bb0924480d
commit 381cd1c733

View file

@ -63,6 +63,7 @@ protected:
float frameTimer = 1.0f; float frameTimer = 1.0f;
// Frame counter to display fps // Frame counter to display fps
uint32_t frameCounter = 0; uint32_t frameCounter = 0;
uint32_t lastFPS = 0.0f;
// Vulkan instance, stores all per-application states // Vulkan instance, stores all per-application states
VkInstance instance; VkInstance instance;
// Physical device (GPU) that Vulkan will ise // Physical device (GPU) that Vulkan will ise