]> git.tdb.fi Git - libs/gl.git/blobdiff - source/builders/sequencetemplate.h
Move blend state from Sequence::Step to RenderMethod
[libs/gl.git] / source / builders / sequencetemplate.h
index 972a6b0b18939e6deda71e243d3dd89a31594eb9..044cbd5e083f7ee90610cec18753c7bb404212e7 100644 (file)
@@ -5,7 +5,6 @@
 #include <vector>
 #include <msp/core/typeregistry.h>
 #include <msp/datafile/objectloader.h>
-#include "blend.h"
 #include "depthtest.h"
 #include "postprocessor.h"
 #include "resources.h"
@@ -75,8 +74,6 @@ public:
                        void set_inline_base_name(const std::string &);
 
                private:
-                       void blend();
-                       void blend_factors(BlendFactor, BlendFactor);
                        void depth_test();
                        void depth_compare(Predicate);
                        void lighting(const std::string &);
@@ -90,7 +87,6 @@ public:
                const Lighting *lighting = 0;
                DepthTest depth_test;
                StencilTest stencil_test;
-               Blend blend;
                std::string slot_name;
                Renderable *default_renderable = 0;
        };