]> git.tdb.fi Git - libs/gl.git/blobdiff - source/programbuilder.h
Make it possible to customize texture sampling in standard shaders
[libs/gl.git] / source / programbuilder.h
index 82a954b58b481faf4809cac719baa3aa1c48079a..a6eb3fde8522dc097b19032c972cab399c078685 100644 (file)
@@ -30,6 +30,7 @@ public:
                bool shadow;
                bool reflection;
                bool transform;
+               bool colorify;
 
                StandardFeatures();