]> git.tdb.fi Git - libs/gl.git/blobdiff - source/tests.h
Animate only those components which are present in Transforms
[libs/gl.git] / source / tests.h
index 0d7e2384dcaea1bf3990048d9f396e377b1035a7..f7d729504a37f34b477a635675197f4166c29791 100644 (file)
@@ -8,26 +8,6 @@
 namespace Msp {
 namespace GL {
 
-/**
-Tests incoming fragment alpha values against a reference.  If the test fails,
-the fragment is discarded.
-*/
-class AlphaTest: public Bindable<AlphaTest>
-{
-private:
-       Predicate pred;
-       float ref;
-
-public:
-       AlphaTest();
-       AlphaTest(Predicate, float);
-
-       void bind() const;
-
-       static void unbind();
-};
-
-
 /**
 Tests incoming fragment depth values against the depth buffer.  If the test
 fails, the fragment is discarded.