Skip to content

Commit caddf0f

Browse files
committed
Minor comment update
1 parent 3b366ed commit caddf0f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

DirectXTex/DirectXTexDDS.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,14 @@ namespace
174174
// header extension and specify the DXGI_FORMAT_R10G10B10A2_UNORM format directly
175175

176176
// We do not support the following legacy Direct3D 9 formats:
177-
// FourCC 117 D3DFMT_CxV8U8
178-
// ZBuffer D3DFMT_D16_LOCKABLE
177+
// D3DFMT_D16_LOCKABLE (DDPF_ZBUFFER: 0x00000400)
179178
// FourCC 82 D3DFMT_D32F_LOCKABLE
179+
// FourCC 117 D3DFMT_CxV8U8
180180

181181
// We do not support the following known FourCC codes:
182182
// FourCC CTX1 (Xbox 360 only)
183183
// FourCC EAR, EARG, ET2, ET2A (Ericsson Texture Compression)
184+
// FourCC MET1 (a.k.a. D3DFMT_MULTI2_ARGB8; rarely supported by any hardware)
184185

185186
DXGI_FORMAT GetDXGIFormat(const DDS_HEADER& hdr, const DDS_PIXELFORMAT& ddpf,
186187
DDS_FLAGS flags,

0 commit comments

Comments
 (0)