summaryrefslogtreecommitdiff
path: root/make_ktxes.sh
diff options
context:
space:
mode:
authorNanley Chery <nanley.g.chery@intel.com>2015-05-27 10:08:50 -0700
committerNanley Chery <nanley.g.chery@intel.com>2015-06-05 10:12:10 -0700
commit5dff760ef19d545e7e1b7ec227acba73b0a7f00c (patch)
treefce8f476a1b612bb5bdcfc95530d8f7b526bb6ee /make_ktxes.sh
parent14c6ca6078475fb23dced5cae75f419c197339fd (diff)
Remove the alpha channel in HDR images
* 10x5 block size included alpha, preventing mipmap generation * Set the entire ktx hdr block header for format and type
Diffstat (limited to 'make_ktxes.sh')
-rwxr-xr-xmake_ktxes.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make_ktxes.sh b/make_ktxes.sh
index 7a22b76..a0942fd 100755
--- a/make_ktxes.sh
+++ b/make_ktxes.sh
@@ -172,8 +172,8 @@ for i in ${Fmt[@]}; do
elif [ "$i" = "ldrl" ]; then
switch="l"
else
- decopts+=" -hdra"
- encopts+=" -hdra"
+ decopts+=" -hdr"
+ encopts+=" -hdr"
fi
# Generate all the block configurations.