Allow base class instance Vulkan version override
This commit is contained in:
parent
aa380791c8
commit
fa5d86e42b
2 changed files with 2 additions and 1 deletions
|
|
@ -185,6 +185,7 @@ public:
|
|||
|
||||
std::string title = "Vulkan Example";
|
||||
std::string name = "vulkanExample";
|
||||
uint32_t apiVersion = VK_API_VERSION_1_0;
|
||||
|
||||
struct
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue