mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
rsx/vk: Derstroy shader workers on thread exit
This commit is contained in:
parent
ad41796ddb
commit
dae83c53fb
1 changed files with 1 additions and 0 deletions
|
@ -1482,6 +1482,7 @@ void VKGSRender::on_init_thread()
|
|||
void VKGSRender::on_exit()
|
||||
{
|
||||
GSRender::on_exit();
|
||||
vk::destroy_pipe_compiler(); // Ensure no pending shaders being compiled
|
||||
zcull_ctrl.release();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue