diff options
| author | Juan Linietsky | 2017-05-31 20:16:38 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-05-31 20:29:56 -0300 |
| commit | a134f58fb3e072a3453bd5e9286f90b4694c9766 (patch) | |
| tree | daa9f4130a90e8a1604835e1ae564db128a06a48 /modules/dds/texture_loader_dds.cpp | |
| parent | a802bd91d000647a40e401c14c0d323209bc6446 (diff) | |
| download | godot-a134f58fb3e072a3453bd5e9286f90b4694c9766.tar.gz godot-a134f58fb3e072a3453bd5e9286f90b4694c9766.tar.zst godot-a134f58fb3e072a3453bd5e9286f90b4694c9766.zip | |
Diffstat (limited to 'modules/dds/texture_loader_dds.cpp')
| -rw-r--r-- | modules/dds/texture_loader_dds.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/dds/texture_loader_dds.cpp b/modules/dds/texture_loader_dds.cpp index da895a6d6..71593ebfa 100644 --- a/modules/dds/texture_loader_dds.cpp +++ b/modules/dds/texture_loader_dds.cpp @@ -76,8 +76,6 @@ static const DDSFormatInfo dds_format_info[DDS_MAX] = { { "DXT1", true, false, 4, 8, Image::FORMAT_DXT1 }, { "DXT3", true, false, 4, 16, Image::FORMAT_DXT3 }, { "DXT5", true, false, 4, 16, Image::FORMAT_DXT5 }, - { "ATI1", true, false, 4, 8, Image::FORMAT_LATC_L }, - { "ATI2", true, false, 4, 16, Image::FORMAT_LATC_LA }, { "BGRA8", false, false, 1, 4, Image::FORMAT_RGBA8 }, { "BGR8", false, false, 1, 3, Image::FORMAT_RGB8 }, { "RGBA8", false, false, 1, 4, Image::FORMAT_RGBA8 }, |
