Minor code cleanup
This commit is contained in:
parent
d93c4b2e4b
commit
9c25dad12c
2 changed files with 28 additions and 48 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue