Callback for adding custom text to text overlay

This commit is contained in:
saschawillems 2016-05-18 19:33:15 +02:00
parent c86d929354
commit 05b920cf01
2 changed files with 10 additions and 1 deletions

View file

@ -341,6 +341,10 @@ public:
void updateTextOverlay();
// Called when the text overlay is updating
// Can be overriden in derived class to add custom text to the overlay
virtual void getOverlayText(VulkanTextOverlay * textOverlay);
// Prepare the frame for workload submission
// - Acquires the next image from the swap chain
// - Submits a post present barrier