mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Improve detection of sRGB texture formats in dds files (doesn't currently affect any exposed API).
This commit is contained in:
@@ -36,8 +36,11 @@ namespace dds
|
||||
enum Format
|
||||
{
|
||||
FORMAT_DXT1,
|
||||
FORMAT_DXT1srgb,
|
||||
FORMAT_DXT3,
|
||||
FORMAT_DXT3srgb,
|
||||
FORMAT_DXT5,
|
||||
FORMAT_DXT5srgb,
|
||||
FORMAT_BC4,
|
||||
FORMAT_BC4s,
|
||||
FORMAT_BC5,
|
||||
|
||||
Reference in New Issue
Block a user