I want to compress DXT5n texture without cuda, but something goes wrong with output image.
Example:
Command: nvcompress.exe -bc3n -highest -nocuda D:\dxt5n.png D:\dxt5nHighestNoCuda.dds
Command: nvcompress.exe -bc3n -highest D:\dxt5n.png D:\dxt5nHighestCuda.dds
In the image above you can see extra red shape. This shape appears for BC3n only with Highest quality and only with No Cuda.
It is worth saying that the extra figure in the original image has a color close to white(0.976, 0.992, 0.992 RGB)
Source image:

