X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fpixelformat.h;h=13bc03a8c059325d7272120f5a486b58e7e5d01e;hp=b2d1b9cd7948d069233e71cb4722043df6120f83;hb=f06597a014938746c9018e1dfc463932c8dde5ec;hpb=f0081c84106c3aead61e48f76d52bd92b61ed131 diff --git a/source/core/pixelformat.h b/source/core/pixelformat.h index b2d1b9cd..13bc03a8 100644 --- a/source/core/pixelformat.h +++ b/source/core/pixelformat.h @@ -45,7 +45,8 @@ enum ComponentSwizzle NO_SWIZZLE, R_TO_LUMINANCE, RG_TO_LUMINANCE_ALPHA, - RGB_TO_BGR + RGB_TO_BGR, + RGBA_TO_RGB }; /**