Added an option to get the current vk instance
Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
This commit is contained in:
parent
917b6f6872
commit
726fae58f1
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ Manager::listDevices() const
|
||||||
std::shared_ptr<vk::Instance>
|
std::shared_ptr<vk::Instance>
|
||||||
Manager::getVkInstance() const
|
Manager::getVkInstance() const
|
||||||
{
|
{
|
||||||
return mInstance;
|
return this->mInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue