Default constructor argument
This commit is contained in:
parent
6a73419f38
commit
5f31c40898
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ public:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Default ctor
|
// Default ctor
|
||||||
VulkanExampleBase(bool enableValidation);
|
VulkanExampleBase(bool enableValidation = false);
|
||||||
|
|
||||||
// dtor
|
// dtor
|
||||||
virtual ~VulkanExampleBase();
|
virtual ~VulkanExampleBase();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue