mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
disable GL_TEXTURE_1D at end of frame to fix failed assertion
This commit is contained in:
parent
4e0e02ae68
commit
aef4ca647d
1 changed files with 1 additions and 0 deletions
|
|
@ -658,6 +658,7 @@ Display(void)
|
|||
glDisable(GL_FRAGMENT_PROGRAM_ARB);
|
||||
}
|
||||
|
||||
glDisable(GL_TEXTURE_1D);
|
||||
glDisable(GL_TEXTURE_2D);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue