X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fpixelformat.h;h=13bc03a8c059325d7272120f5a486b58e7e5d01e;hb=e1be82a4dfce8d90358c506f65be09da4dc9d5ec;hp=b2d1b9cd7948d069233e71cb4722043df6120f83;hpb=8e58fc4da8443cb67fe4cd70d6f68de2be73011d;p=libs%2Fgl.git 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 }; /**