Quantcast
Channel: GameDev.net
Viewing all articles
Browse latest Browse all 17625

DDS decoding in C++ without DirectX at all?

$
0
0

Is there an open source library out there somewhere that can load and decode DDS files (including compressed formats like DXTn) without requiring me to have a DirectX context around? My project is in C++ and is using GDI+ for its drawing (and no converting the textures to some other easier to parse format isn't an option)

 


Viewing all articles
Browse latest Browse all 17625

Trending Articles