mirror of
https://github.com/w23/xash3d-fwgs
synced 2025-01-18 14:50:05 +01:00
parent
5e50bdfcf2
commit
29e8cce207
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user