Fix issues with ui rendering
This commit is contained in:
@@ -41,6 +41,9 @@ namespace openVulkanoCpp
|
||||
|
||||
virtual void Init(RenderAPI::RenderApi renderApi) = 0;
|
||||
|
||||
virtual bool WindowHasBeenDestroyed() const = 0;
|
||||
virtual void SetWindowHasBeenDestroyed() = 0;
|
||||
|
||||
virtual bool HasTitle() = 0;
|
||||
virtual const std::string& GetTitle() = 0;
|
||||
virtual void SetTitle(const std::string& title) = 0;
|
||||
|
||||
Reference in New Issue
Block a user