diff options
Diffstat (limited to 'progs/perf/fbobind.c')
-rw-r--r-- | progs/perf/fbobind.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/perf/fbobind.c b/progs/perf/fbobind.c index 99a56ef2f7..fb52a93a2f 100644 --- a/progs/perf/fbobind.c +++ b/progs/perf/fbobind.c @@ -105,6 +105,8 @@ PerfInit(void) /* clear the FBO */ glClear(GL_COLOR_BUFFER_BIT); } + + glEnable(GL_TEXTURE_2D); } |