From 71ca38b9080a0e00ed3999ec43d461b692689832 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Fri, 18 Jan 2019 14:21:44 -0800 Subject: [PATCH] Updated Texconv (markdown) --- Texconv.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Texconv.md b/Texconv.md index aeb71ae..a86fe48 100644 --- a/Texconv.md +++ b/Texconv.md @@ -16,7 +16,7 @@ This DirectXTex sample is an implementation of the **texconv** command-line text [-nmap flags] [-nmapamp number] [-bcuniform] [-bcmax | -bcquick] [-bcdither] [-wicq number] [-wiclossless] [-wicmulti] - [-c colorkey] [-rotatecolor rot] [-nits number] [-tonemap] [-x2bias] + [-c colorkey] [-rotatecolor rot] [-nits number] [-tonemap] [-x2bias] [-inverty] [-timing] @@ -140,6 +140,8 @@ The file-name parameter indicates the file(s) to convert using ``dds``, ``tga``, **-x2bias**: Enables special ``*2 -1`` conversion cases for converting unorm <-> float, and positive-only-floats <-> float/snorm. These are typically used with normal maps. +**-inverty**: Inverts the value of the green channel. This is typically used for normal maps to deal with OpenGL vs. Direct3D conventions for 'push in' vs. 'push out'. + **-timing**: Displays compression timing information > Run without any command-line options for a full list of options.