]> git.tdb.fi Git - libs/gl.git/blobdiff - source/program.h
Add a standard program feature for custom transforms
[libs/gl.git] / source / program.h
index b875ec79f089f28e6ec629cb426ee354d9d674b5..c3c6cc03b42685a87b8aa5330b90798333438f3c 100644 (file)
@@ -43,6 +43,7 @@ public:
                bool specular;
                bool normalmap;
                bool shadow;
+               bool transform;
 
                StandardFeatures();