From caddf0f683ae4462e9e0d8c2ad7e08d2178e46da Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Wed, 28 Aug 2024 22:11:18 -0700 Subject: [PATCH] Minor comment update --- DirectXTex/DirectXTexDDS.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DirectXTex/DirectXTexDDS.cpp b/DirectXTex/DirectXTexDDS.cpp index fd1950f3..de5deb08 100644 --- a/DirectXTex/DirectXTexDDS.cpp +++ b/DirectXTex/DirectXTexDDS.cpp @@ -174,13 +174,14 @@ namespace // header extension and specify the DXGI_FORMAT_R10G10B10A2_UNORM format directly // We do not support the following legacy Direct3D 9 formats: - // FourCC 117 D3DFMT_CxV8U8 - // ZBuffer D3DFMT_D16_LOCKABLE + // D3DFMT_D16_LOCKABLE (DDPF_ZBUFFER: 0x00000400) // FourCC 82 D3DFMT_D32F_LOCKABLE + // FourCC 117 D3DFMT_CxV8U8 // We do not support the following known FourCC codes: // FourCC CTX1 (Xbox 360 only) // FourCC EAR, EARG, ET2, ET2A (Ericsson Texture Compression) + // FourCC MET1 (a.k.a. D3DFMT_MULTI2_ARGB8; rarely supported by any hardware) DXGI_FORMAT GetDXGIFormat(const DDS_HEADER& hdr, const DDS_PIXELFORMAT& ddpf, DDS_FLAGS flags,