diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-10-10 03:29:12 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-10-10 03:29:12 (GMT) |
commit | 84b90972f48a0733772fc1217e5598dd8f4b399d (patch) | |
tree | 67065f0e7f347681d2952574ccc8a17478c822ab /tests/fbo.h | |
parent | b31e2713d2214d4ffeabdd70aa3388af8611ed7f (diff) |
fix glx initialization, better error handling, better portability
Diffstat (limited to 'tests/fbo.h')
-rw-r--r-- | tests/fbo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fbo.h b/tests/fbo.h index 1ee9007..943862f 100644 --- a/tests/fbo.h +++ b/tests/fbo.h @@ -20,4 +20,6 @@ void fbo_delete(fbo_t *fbo); GLuint fbo_bind(fbo_t *fbo); void fbo_unbind(fbo_t *fbo); +bool REPORTGLERROR(const char * task); + #endif |