mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-13 13:40:14 +02:00
Warning fix
This commit is contained in:
parent
33e97528ff
commit
2065926419
@ -3460,7 +3460,7 @@ int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[])
|
|||||||
|
|
||||||
auto sizeInKb = static_cast<uint32_t>(image->GetPixelsSize() / 1024);
|
auto sizeInKb = static_cast<uint32_t>(image->GetPixelsSize() / 1024);
|
||||||
|
|
||||||
wprintf(L" pixel size = %Iu (KB)\n\n", sizeInKb);
|
wprintf(L" pixel size = %u (KB)\n\n", sizeInKb);
|
||||||
}
|
}
|
||||||
else if (dwCommand == CMD_DUMPBC)
|
else if (dwCommand == CMD_DUMPBC)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user