mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-10 20:20:13 +02:00
texconv: Minor fix for metadata summary print
This commit is contained in:
parent
93ade8eedc
commit
d9f374c415
@ -290,7 +290,7 @@ void PrintInfo( const TexMetadata& info )
|
|||||||
case TEX_DIMENSION_TEXTURE2D:
|
case TEX_DIMENSION_TEXTURE2D:
|
||||||
if ( info.IsCubemap() )
|
if ( info.IsCubemap() )
|
||||||
{
|
{
|
||||||
wprintf( (info.arraySize > 1) ? L" CubeArray" : L" Cube" );
|
wprintf( (info.arraySize > 6) ? L" CubeArray" : L" Cube" );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user