From a7b2659f02c503bd2110b9fd9799efc113807ad9 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 21 Sep 2009 16:55:12 +0100 Subject: progs/perf: add first attempt at a swapbuffers rate test This is pretty ugly as the original framework assumed you'd set a single window size at startup and keep it throughout, but for swapbuffers you want to test the rate at various window sizes. With luck a nicer solution can be found, but this at least lays out a marker. --- progs/perf/vbo.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'progs/perf/vbo.c') diff --git a/progs/perf/vbo.c b/progs/perf/vbo.c index 4b6e3f1874..03c896321b 100644 --- a/progs/perf/vbo.c +++ b/progs/perf/vbo.c @@ -142,6 +142,10 @@ static const GLsizei Sizes[] = { 0 /* end of list */ }; +void +PerfNextRound(void) +{ +} /** Called from test harness/main */ void -- cgit v1.2.3