mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
disable assertion
This commit is contained in:
parent
fdcbbeb55e
commit
180cc2f845
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ Init(void)
|
|||
|
||||
glUniform4fv_func(uDiffuse, 1, diffuse);
|
||||
glUniform4fv_func(uSpecular, 1, specular);
|
||||
assert(glGetError() == 0);
|
||||
/* assert(glGetError() == 0);*/
|
||||
glUniform1i_func(uTexture, 2); /* use texture unit 2 */
|
||||
/*assert(glGetError() == 0);*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue