mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Allow BC6 and BC7 compressed DDS files to be loaded into Images.
This commit is contained in:
@@ -45,7 +45,7 @@ enum Format
|
||||
FORMAT_BC5,
|
||||
FORMAT_BC5s,
|
||||
FORMAT_BC6H,
|
||||
FORAMT_BC6Hs,
|
||||
FORMAT_BC6Hs,
|
||||
FORMAT_BC7,
|
||||
FORMAT_BC7srgb, // sRGB color space.
|
||||
FORMAT_UNKNOWN
|
||||
|
||||
Reference in New Issue
Block a user