summaryrefslogtreecommitdiff
path: root/progs/perf/glmain.h
diff options
context:
space:
mode:
Diffstat (limited to 'progs/perf/glmain.h')
-rw-r--r--progs/perf/glmain.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/progs/perf/glmain.h b/progs/perf/glmain.h
index 91f2eb3e74..ccfd289880 100644
--- a/progs/perf/glmain.h
+++ b/progs/perf/glmain.h
@@ -46,6 +46,9 @@ PerfCheckerTexture(GLsizei width, GLsizei height);
extern GLuint
PerfShaderProgram(const char *vertShader, const char *fragShader);
+extern int
+PerfReshapeWindow( unsigned w, unsigned h );
+
/** Test programs must implement these functions **/
@@ -53,6 +56,9 @@ extern void
PerfInit(void);
extern void
+PerfNextRound(void);
+
+extern void
PerfDraw(void);