X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftests.h;h=f7d729504a37f34b477a635675197f4166c29791;hp=223396fe7f44b6a00e5cd7bca24c30215f610991;hb=HEAD;hpb=a4ec5410595ddf37bfbc0e85ad87d31a9cbf94f1 diff --git a/source/tests.h b/source/tests.h deleted file mode 100644 index 223396fe..00000000 --- a/source/tests.h +++ /dev/null @@ -1,34 +0,0 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - -#ifndef MSP_GL_TESTS_H_ -#define MSP_GL_TESTS_H_ - -#include "gl.h" -#include "predicate.h" -#include "types.h" - -namespace Msp { -namespace GL { - -enum -{ - SCISSOR_TEST = GL_SCISSOR_TEST, - ALPHA_TEST = GL_ALPHA_TEST, - DEPTH_TEST = GL_DEPTH_TEST -}; - -void scissor(int left, int bottom, sizei width, sizei height); - -void alpha_func(Predicate func, float ref); - -void depth_func(Predicate func); - -} // namespace GL -} // namespace Msp - -#endif