mirror of
https://github.com/microsoft/DirectXTex
synced 2024-11-09 22:40:06 +00:00
Updated Texconv (markdown)
parent
db35674963
commit
8af93b61c8
@ -67,7 +67,7 @@ The file-name parameter indicates the file(s) to convert using ``dds``, ``tga``,
|
||||
|
||||
**-fl _feature-level_**: Sets the target feature level which determines the maximum supported texture size: ``9.1``, ``9.2``, ``9.3``, ``10.0``, ``10.1``, ``11.0``, ``11.1``, ``12.0``, or ``12.1``. Defaults to ``11.0`` which is 16834, the limit for 11.x and 12.x Feature Level hardware.
|
||||
|
||||
**-pow2**: Fits each texture to a power-of-2 for width & height, minimizing changes to the aspect ratio. The maximum size is based on the ``-fl`` switch.
|
||||
**-pow2**: Fits each texture to a power-of-2 for width & height, minimizing changes to the aspect ratio. The maximum size for a dimension is based on the ``-fl`` switch (defaults to 16384).
|
||||
|
||||
**-tu**: DDS files with TYPELESS formats are treated as UNORM
|
||||
**-tf**: DDS files with TYPELESS formats are treated as FLOAT
|
||||
|
Loading…
Reference in New Issue
Block a user