The DirectDraw Surface is file format that was introduced with DirectX 7 to store uncompressed and compressed (DXTn) textures.
How do I load .dds texture files as an Image in C#? There's nothing useful on google that I could …
c# image directdraw dds-formatComing from a Windows background, the only compressed file format I'm used to is DDS, which uses S3 DXT compression. …
ios textures pvrtc dds-format