thanks zgdump
This commit is contained in:
NightFox 2021-10-28 01:00:40 +03:00 committed by Ivan Avdeev
parent 5e50bdfcf2
commit 29e8cce207
1 changed files with 2 additions and 0 deletions

View File

@ -763,6 +763,8 @@ void R_VkShutdown( void )
vkDestroySurfaceKHR(vk_core.instance, vk_core.surface.surface, NULL);
vkDestroyInstance(vk_core.instance, NULL);
Mem_FreePool(&vk_core.pool);
gEngine.R_Free_Video();
}
VkShaderModule loadShader(const char *filename) {