mirror of
https://github.com/microsoft/DirectXTex
synced 2024-11-21 12:00:06 +00:00
Fix build break when building for Xbox using latest Windows SDK (#480)
This commit is contained in:
parent
451708ff2f
commit
af1c8b3cb4
@ -27,7 +27,7 @@ static_assert(WIN10_DXGI_FORMAT_V208 == DXGI_FORMAT_V208, "Windows SDK mismatch
|
||||
static_assert(WIN10_DXGI_FORMAT_V408 == DXGI_FORMAT_V408, "Windows SDK mismatch detected");
|
||||
#endif
|
||||
|
||||
#if defined(NTDDI_WIN11_GE)
|
||||
#if defined(NTDDI_WIN11_GE) && !defined(_GAMING_XBOX)
|
||||
static_assert(WIN11_DXGI_FORMAT_A4B4G4R4_UNORM == DXGI_FORMAT_A4B4G4R4_UNORM, "Windows SDK mismatch detected");
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user