From ad5daec2fc8071e3835862c93a8767b9e3d5b1db Mon Sep 17 00:00:00 2001 From: Jonathan Behrens Date: Sat, 12 Dec 2020 14:42:44 -0500 Subject: [PATCH] Fix comment typo in basisu_transcoder.h --- transcoder/basisu_transcoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transcoder/basisu_transcoder.h b/transcoder/basisu_transcoder.h index 41e7c39..a359804 100644 --- a/transcoder/basisu_transcoder.h +++ b/transcoder/basisu_transcoder.h @@ -74,7 +74,7 @@ namespace basist // Uncompressed (raw pixel) formats cTFRGBA32 = 13, // 32bpp RGBA image stored in raster (not block) order in memory, R is first byte, A is last byte. - cTFRGB565 = 14, // 166pp RGB image stored in raster (not block) order in memory, R at bit position 11 + cTFRGB565 = 14, // 16bpp RGB image stored in raster (not block) order in memory, R at bit position 11 cTFBGR565 = 15, // 16bpp RGB image stored in raster (not block) order in memory, R at bit position 0 cTFRGBA4444 = 16, // 16bpp RGBA image stored in raster (not block) order in memory, R at bit position 12, A at bit position 0