mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Vulkan: Refactor initialization to only use a single instance
Hopefully will fix the crash in vkDestroyInstance on the NV Shield TV, and likely reduce boot times slightly for drivers that take a while to create instances.
This commit is contained in:
parent
e823a9d80c
commit
3b218c64b1
4 changed files with 44 additions and 43 deletions
|
@ -10,6 +10,7 @@ namespace Vulkan
|
|||
{
|
||||
class VideoBackend : public VideoBackendBase
|
||||
{
|
||||
public:
|
||||
bool Initialize(void* window_handle) override;
|
||||
void Shutdown() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue