mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Remove glDetachShader for vp and fp
This commit is contained in:
parent
ba08d25517
commit
79d34afb96
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