mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-01 20:25:09 -06:00
GL render crash fix
This commit is contained in:
parent
8a1ce6ba64
commit
f3311bb5e5
@ -1102,6 +1102,15 @@ void GLGSRender::on_exit()
|
|||||||
if (m_vao)
|
if (m_vao)
|
||||||
m_vao.remove();
|
m_vao.remove();
|
||||||
|
|
||||||
|
if (m_scale_offset_buffer)
|
||||||
|
m_scale_offset_buffer.remove();
|
||||||
|
|
||||||
|
if (m_vertex_constants_buffer)
|
||||||
|
m_vertex_constants_buffer.remove();
|
||||||
|
|
||||||
|
if (m_fragment_constants_buffer)
|
||||||
|
m_fragment_constants_buffer.remove();
|
||||||
|
|
||||||
m_prog_buffer.clear();
|
m_prog_buffer.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user