platform agnostic argument handling
This commit is contained in:
parent
db66e81721
commit
9462a24421
2 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include "vulkanexamplebase.h"
|
||||
|
||||
std::vector<char*> VulkanExampleBase::args;
|
||||
std::vector<const char*> VulkanExampleBase::args;
|
||||
|
||||
VkResult VulkanExampleBase::createInstance(bool enableValidation)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue