mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
progs/perf: add missing texture enable in fbobind.c
This commit is contained in:
parent
ed113da12e
commit
67d7021ae0
1 changed files with 2 additions and 0 deletions
|
|
@ -105,6 +105,8 @@ PerfInit(void)
|
|||
/* clear the FBO */
|
||||
glClear(GL_COLOR_BUFFER_BIT);
|
||||
}
|
||||
|
||||
glEnable(GL_TEXTURE_2D);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue