mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Update GLEXT.h to revision 29735
This commit is contained in:
parent
2df18c91e9
commit
714ff6c32e
2 changed files with 49 additions and 46 deletions
|
|
@ -51,7 +51,7 @@ void GLProgram::Create(const u32 vp, const u32 fp)
|
|||
|
||||
if (bufLength)
|
||||
{
|
||||
char* buf = new char[bufLength+1]();
|
||||
char* buf = new char[bufLength + 1]();
|
||||
glGetProgramInfoLog(id, bufLength, NULL, buf);
|
||||
LOG_ERROR(RSX, "Could not link program: %s", buf);
|
||||
delete[] buf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue