Hi again
I think I might get away with using D3DXLoadSurfaceFromMemory directly. Would this work? LPCVOID pSrcMemory is the pointer to the Raw Compressed DXTn data. I guess I can just create a texture in ARGB and copy DXTn data directly into it using D3DXLoadSurfaceFromMemory?