refactor(renderer): dlclose when destroying vulkan instance
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e70438706c
commit
07a3dfcb36
1 changed files with 2 additions and 2 deletions
|
@ -248,8 +248,8 @@ void Instance::unload_library()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// dlclose(library);
|
dlclose(library);
|
||||||
// library = nullptr;
|
library = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Instance::load_global_functions()
|
void Instance::load_global_functions()
|
||||||
|
|
Loading…
Add table
Reference in a new issue