1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-08 14:00:05 +00:00

Updated Compress (markdown)

Chuck Walbourn 2016-09-20 12:59:00 -07:00
parent 97f3c76620
commit 9b1c462a08

@ -55,7 +55,7 @@ _alphaWeight_: Used to weight the error metric's alpha computation for the BC7 G
_The [sRGB color space](http://en.wikipedia.org/wiki/SRGB) overall is approximately equivalent to gamma 2.2. It's actually linear below a threshold, and gamma 2.4 beyond that._
## BC7
* ``TEX_COMPRESS_BC7_USE_3SUBSETS`` Indicates that BC7 compression should use the 3 subset modes (mode 0 and 2). Otherwise it skips these to improve compression performance. This does not usually have significant quality impacts as modes 0 & 2 are rarely selected.
* ``TEX_COMPRESS_BC7_USE_3SUBSETS`` Indicates that BC7 compression should use the 3 subset modes (mode 0 and 2). Otherwise it skips these to improve compression performance. This does not usually have significant quality impacts as modes 0 & 2 are rarely selected. Also note that BC6H does not have 3-subset partition modes.
# Example