Added GFXFormatR8G8B8A8_SRGB format.

This commit is contained in:
rextimmy 2016-03-28 10:05:16 +10:00
parent bd60f3be1a
commit 12621f876b
4 changed files with 7 additions and 0 deletions

View file

@ -205,6 +205,9 @@ enum GFXFormat
GFXFormatDXT4,
GFXFormatDXT5,
// sRGB formats
GFXFormatR8G8B8A8_SRGB,
GFXFormat_COUNT,
GFXFormat_8BIT = GFXFormatA8,