parent
0afa517a68
commit
3c9aca3fcb
5 changed files with 48 additions and 15 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Vulkan Example base class
|
||||
*
|
||||
* Copyright (C) by Sascha Willems - www.saschawillems.de
|
||||
* Copyright (C) 2016-2023 by Sascha Willems - www.saschawillems.de
|
||||
*
|
||||
* This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT)
|
||||
*/
|
||||
|
|
@ -154,6 +154,7 @@ protected:
|
|||
VkSemaphore renderComplete;
|
||||
} semaphores;
|
||||
std::vector<VkFence> waitFences;
|
||||
bool requiresStencil{ false };
|
||||
public:
|
||||
bool prepared = false;
|
||||
bool resized = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue