X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftests.h;h=f7d729504a37f34b477a635675197f4166c29791;hp=0d7e2384dcaea1bf3990048d9f396e377b1035a7;hb=f1b12c992db974c679d85ae6ec22cd318199d0d5;hpb=67538c60b8baa6816b8ae2d343ae62d881e6c58d 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.