Reformatted
This commit is contained in:
parent
8aa7843f0e
commit
0d18dc50e6
13 changed files with 166 additions and 95 deletions
|
|
@ -166,7 +166,7 @@ Manager::createDevice()
|
|||
vk::PhysicalDevice physicalDevice =
|
||||
physicalDevices[this->mPhysicalDeviceIndex];
|
||||
|
||||
this->mPhysicalDevice =
|
||||
this->mPhysicalDevice =
|
||||
std::make_shared<vk::PhysicalDevice>(physicalDevice);
|
||||
|
||||
vk::PhysicalDeviceProperties physicalDeviceProperties =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue