Saving Tex to DXTn

Started by
0 comments, last by EverIce 20 years ago
Hi, I''ve got a tex in mem, how to save it to compressed DXT1,... in a file ? Or in jpeg form ?
Advertisement
Use the D3DX library functions such as D3DXSaveTextureToFile().
You can specify the desired format. See MSDN for details.

This topic is closed to new replies.

Advertisement