Edited wiki page through web user interface.

This commit is contained in:
castano 2007-11-17 10:34:52 +00:00
parent 01629460aa
commit 265cb0db51

View File

@ -163,7 +163,7 @@ When available, CUDA compression is enabled by default, but can be disabled as f
compressionOptions.enableHardwareCompression(false);
}}}
The GPU compressors do not provide exactly the same result as the CPU compressors. The GPU compressor is not bit-exact, but it's very accurate, and generally produces almost the same result.
The GPU compressors do not provide exactly the same result as the CPU compressors. However, the difference between the two compressors is always very small and not noticeable to the eye.
=== Pixel Format Conversion ===