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

Updated Compress (markdown)

Chuck Walbourn 2015-06-21 23:22:31 -07:00
parent e71c4ed53a
commit 0599e63bbc

@ -87,7 +87,7 @@ The software based encoder for BC6H and BC7 is computationally expensive and can
# Threading
The CPU-based compressor will use all cores on a system if given ``TEX_COMPRESS_PARALLEL`` for the BC6H / BC7 codec.
The CPU-based compressor will use all cores on a system if given ``TEX_COMPRESS_PARALLEL`` for the BC6H / BC7 CPU codec.
The DirectCompute GPU-based compressor makes use of the device's immediate context.