summaryrefslogtreecommitdiffstats
path: root/modules/dds/image_loader_dds.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Implement loading DDS textures at run-time"clayjohn2023-08-291-421/+0
| | | | This reverts commit 34ab1c8a36e61b386c210fb908b9ebfa86513149.
* Make DDS loading code only check for R channel mask when loading grayscale ↵BlueCube33102023-08-211-2/+2
| | | | images.
* Remove DDS_Indexed from DDSFormat enumBlueCube33102023-08-151-1/+0
|
* Implement loading DDS textures at run-timeMarcin Nowak2023-07-311-0/+422