X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftests.h;h=f7d729504a37f34b477a635675197f4166c29791;hp=0d7e2384dcaea1bf3990048d9f396e377b1035a7;hb=d901696935a6bf9fdad6ac8abe65ffab79bd297d;hpb=f14435e58bfa0fa697a06ba9a454bb30cd37d9d8 diff --git a/source/tests.h b/source/tests.h index 0d7e2384..f7d72950 100644 --- a/source/tests.h +++ b/source/tests.h @@ -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 -{ -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.