| 412 | }; |
| 413 | |
| 414 | inline ddspp_constexpr bool is_dxt10(const Header& header) |
| 415 | { |
| 416 | const PixelFormat& ddspf = header.ddspf; |
| 417 | return (ddspf.flags & DDS_FOURCC) && (ddspf.fourCC == FOURCC_DXT10); |
| 418 | } |
| 419 | |
| 420 | inline ddspp_constexpr bool is_compressed(DXGIFormat format) |
| 421 | { |