We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451708f commit af1c8b3Copy full SHA for af1c8b3
DirectXTex/DirectXTexUtil.cpp
@@ -27,7 +27,7 @@ static_assert(WIN10_DXGI_FORMAT_V208 == DXGI_FORMAT_V208, "Windows SDK mismatch
27
static_assert(WIN10_DXGI_FORMAT_V408 == DXGI_FORMAT_V408, "Windows SDK mismatch detected");
28
#endif
29
30
-#if defined(NTDDI_WIN11_GE)
+#if defined(NTDDI_WIN11_GE) && !defined(_GAMING_XBOX)
31
static_assert(WIN11_DXGI_FORMAT_A4B4G4R4_UNORM == DXGI_FORMAT_A4B4G4R4_UNORM, "Windows SDK mismatch detected");
32
33
0 commit comments