X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftexture.h;h=6c0fbf2574b6cb6f8a897e62f0977b8db9486e4f;hp=71192fef06c42416b8a9dadc26f1fe2109626a67;hb=2edfcf08707c3627b6b27289ba607a7183d63b01;hpb=9087cc0a372b9c739f15398c7a22c0a6eb5041bb diff --git a/source/texture.h b/source/texture.h index 71192fef..6c0fbf25 100644 --- a/source/texture.h +++ b/source/texture.h @@ -64,7 +64,8 @@ protected: { NO_SWIZZLE, R_TO_LUMINANCE, - RG_TO_LUMINANCE_ALPHA + RG_TO_LUMINANCE_ALPHA, + RGB_TO_BGR }; unsigned id;