From: Mikko Rasa Date: Sat, 19 Jul 2008 11:24:42 +0000 (+0000) Subject: Add the BLEND constant too X-Git-Tag: 0.9~3 X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=e3ca5a12fd2a3e751ffc86b743c8a43a2ba54edc Add the BLEND constant too --- diff --git a/source/blend.h b/source/blend.h index 37fc56e1..27e76d64 100644 --- a/source/blend.h +++ b/source/blend.h @@ -13,6 +13,11 @@ Distributed under the LGPL namespace Msp { namespace GL { +enum +{ + BLEND = GL_BLEND +}; + enum BlendEquation { ADD = GL_FUNC_ADD,