From e3ca5a12fd2a3e751ffc86b743c8a43a2ba54edc Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 19 Jul 2008 11:24:42 +0000 Subject: [PATCH] Add the BLEND constant too --- source/blend.h | 5 +++++ 1 file changed, 5 insertions(+) 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, -- 2.43.0