Minor code cleanup

This commit is contained in:
Sascha Willems 2024-05-25 18:02:38 +02:00
parent d93c4b2e4b
commit 9c25dad12c
2 changed files with 28 additions and 48 deletions

View file

@ -363,7 +363,7 @@ public:
void setupWindow();
#endif
/** @brief (Virtual) Creates the application wide Vulkan instance */
virtual VkResult createInstance(bool enableValidation);
virtual VkResult createInstance();
/** @brief (Pure virtual) Render function to be implemented by the sample application */
virtual void render() = 0;
/** @brief (Virtual) Called after a key was pressed, can be used to do custom key handling */