do gamma correction on post if we don't have an sRGB framebuffer
[laserbrain_demo] / src / post.h
diff --git a/src/post.h b/src/post.h
new file mode 100644 (file)
index 0000000..737cb02
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef POST_H_
+#define POST_H_
+
+void slow_post(unsigned int sdr);
+
+#endif // POST_H_