]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Fix non-float framebuffers in EffectChainTester.
[movit] / effect_chain.h
index 905119546911e094d2819dbf0dfb99a21da57300..1ecee63d660cbac4d2565e846c908cc26efad0b0 100644 (file)
@@ -17,7 +17,7 @@
 // the EffectChain holds textures and other OpenGL objects that are tied to the
 // context.
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <stdio.h>
 #include <map>
 #include <set>