diff options
Diffstat (limited to 'progs/perf/drawoverhead.c')
-rw-r--r-- | progs/perf/drawoverhead.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/perf/drawoverhead.c b/progs/perf/drawoverhead.c index d581f4b187..0de549b0dc 100644 --- a/progs/perf/drawoverhead.c +++ b/progs/perf/drawoverhead.c @@ -108,6 +108,10 @@ DrawStateChange(unsigned count) glFinish(); } +void +PerfNextRound(void) +{ +} /** Called from test harness/main */ void |