mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Merge pull request #346 from raven02/patch-29
Remove glDetachShader for vp and fp
This commit is contained in:
commit
4930d8785b
1 changed files with 0 additions and 3 deletions
|
@ -79,9 +79,6 @@ void GLProgram::Create(const u32 vp, const u32 fp)
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
glDetachShader(id, vp);
|
||||
glDetachShader(id, fp);
|
||||
}
|
||||
|
||||
void GLProgram::UnUse()
|
||||
|
|
Loading…
Add table
Reference in a new issue