X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fblend.h;fp=source%2Fblend.h;h=27e76d6469ccb7ea6ab52aee8cb00e29dcdef5a5;hp=37fc56e17a390132241d0a4761b0c9a6d2692406;hb=e3ca5a12fd2a3e751ffc86b743c8a43a2ba54edc;hpb=1bff68e595a66f3755743a7ee0f974eb876f3520 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,