summaryrefslogtreecommitdiff
path: root/tests/fboutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fboutils.h')
-rw-r--r--tests/fboutils.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/fboutils.h b/tests/fboutils.h
new file mode 100644
index 0000000..0e5c32e
--- /dev/null
+++ b/tests/fboutils.h
@@ -0,0 +1,10 @@
+#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
contact: Jan Huwald // Impressum