mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
GL: Remove unused calls to glGetError()
This commit is contained in:
parent
d5bdf78a29
commit
7a5c8dd586
2 changed files with 0 additions and 6 deletions
|
|
@ -38,11 +38,8 @@ void GLProgram::Create(const u32 vp, const u32 fp)
|
|||
Delete();
|
||||
|
||||
id = glCreateProgram();
|
||||
GLuint res = glGetError();
|
||||
glAttachShader(id, vp);
|
||||
res = glGetError();
|
||||
glAttachShader(id, fp);
|
||||
res = glGetError();
|
||||
|
||||
glLinkProgram(id);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue