mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
GL: Use pipeline cache
This commit is contained in:
parent
145f411324
commit
2a7c65c019
8 changed files with 115 additions and 249 deletions
|
|
@ -822,7 +822,7 @@ void GLVertexProgram::DecompileAsync(RSXVertexProgram& prog)
|
|||
|
||||
void GLVertexProgram::Compile()
|
||||
{
|
||||
if (id)
|
||||
if (id)
|
||||
{
|
||||
glDeleteShader(id);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue