From cfb0f2489dabd07e905969484edb9317395b2f6a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 22 Sep 2009 11:02:04 -0600 Subject: progs/perf: added PerfExtensionSupported() helper --- progs/perf/glmain.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'progs/perf/glmain.h') diff --git a/progs/perf/glmain.h b/progs/perf/glmain.h index ccfd289880..d9bcd5f4e2 100644 --- a/progs/perf/glmain.h +++ b/progs/perf/glmain.h @@ -49,6 +49,9 @@ PerfShaderProgram(const char *vertShader, const char *fragShader); extern int PerfReshapeWindow( unsigned w, unsigned h ); +extern GLboolean +PerfExtensionSupported(const char *ext); + /** Test programs must implement these functions **/ -- cgit v1.2.3