DXGI_FORMAT in dds file

301 Views Asked by At

I am parsing DDS file to read its header data. I want to modify format of image, but it seems that header mentioned at this site does not specify where DXGI_FORMAT (internal format) is stored. Where I can I get internal format in file ?

Like DXGI_FORMAT_BC1_UNORM value is 71, but i did not find it in header

0

There are 0 best solutions below