diff options
author | Marius Kintel <marius@kintel.net> | 2011-10-04 21:24:32 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-10-04 21:24:32 (GMT) |
commit | 6395435db71d279a83ea4a484fd13a3cf913d593 (patch) | |
tree | 2ab4e0ceeea7d5fac2589dfc3ab3e105d59d8332 /tests/fboutils.h | |
parent | 46ccaf371609cf8a32753c75db5dd3eb35ae27c0 (diff) |
Clean up the fbo component, fix related issues
Diffstat (limited to 'tests/fboutils.h')
-rw-r--r-- | tests/fboutils.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/fboutils.h b/tests/fboutils.h deleted file mode 100644 index 0e5c32e..0000000 --- a/tests/fboutils.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef FBOUTILS_H_ -#define FBOUTILS_H_ - -#include "system-gl.h" - -GLuint fbo_create(GLsizei width, GLsizei height); -void fbo_bind(GLuint fbo); -void fbo_unbind(); - -#endif |