aboutsummaryrefslogtreecommitdiff
path: root/src/textures.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/textures.c')
-rw-r--r--src/textures.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/textures.c b/src/textures.c
index 87ac1f85..5186c0ba 100644
--- a/src/textures.c
+++ b/src/textures.c
@@ -677,7 +677,8 @@ void ImageFormat(Image *image, int newFormat)
}
// Apply alpha mask to image
-// NOTE: alphaMask must be should be same size as image
+// NOTE 1: Returned image is RGBA - 32bit
+// NOTE 2: alphaMask should be same size as image
void ImageAlphaMask(Image *image, Image alphaMask)
{
if (image->format >= COMPRESSED_DXT1_RGB)