mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +12: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()
|
void VKGSRender::on_exit()
|
||||||
{
|
{
|
||||||
GSRender::on_exit();
|
GSRender::on_exit();
|
||||||
|
vk::destroy_pipe_compiler(); // Ensure no pending shaders being compiled
|
||||||
zcull_ctrl.release();
|
zcull_ctrl.release();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue