Callback for adding custom text to text overlay
This commit is contained in:
parent
c86d929354
commit
05b920cf01
2 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue