mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-18 02:11:28 +00:00
RSX : delete PBO when exit thread
This commit is contained in:
parent
77e11d670a
commit
fe74f97d44
@ -674,6 +674,8 @@ void GLGSRender::OnExitThread()
|
||||
{
|
||||
glDeleteTextures(1, &g_flip_tex);
|
||||
glDeleteTextures(1, &g_depth_tex);
|
||||
glDeleteBuffers(4, g_color_pbo);
|
||||
glDeleteBuffers(1, &g_depth_pbo);
|
||||
|
||||
m_program.Delete();
|
||||
m_rbo.Delete();
|
||||
|
Loading…
Reference in New Issue
Block a user