mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-04 04:16:12 +01:00
texassemble: added -stripmips switch
This commit is contained in:
@@ -2961,7 +2961,7 @@ int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[])
|
||||
}
|
||||
|
||||
image.swap(timage);
|
||||
info.mipLevels = image->GetMetadata().mipLevels;
|
||||
info.mipLevels = 1;
|
||||
|
||||
if (cimage && (tMips == 1))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user