Member naming

This commit is contained in:
saschawillems 2017-11-01 13:40:44 +01:00
parent 00f080c046
commit ef96b3c3e3
2 changed files with 13 additions and 15 deletions

View file

@ -126,8 +126,8 @@ protected:
VkSemaphore presentComplete;
// Command buffer submission and execution
VkSemaphore renderComplete;
// Text overlay submission and execution
VkSemaphore textOverlayComplete;
// UI overlay submission and execution
VkSemaphore overlayComplete;
} semaphores;
public:
bool prepared = false;
@ -389,7 +389,6 @@ public:
void prepareFrame();
// Submit the frames' workload
// - Submits the text overlay (if enabled)
void submitFrame();
/** @brief (Virtual) Called when the UI overlay is updating, can be used to add custom elements to the overlay */