Closed edwarddavidbaker closed 3 years ago
NumSamples can not be 8 and 16 at the same time. Closes #78.
warning: overlapping comparisons always evaluate to false [-Wtautological-overlap-compare] Source/GmmLib/Texture/GmmGen9Texture.cpp:588:46: ((pTexInfo->MSAA.NumSamples == 8) && (pTexInfo->MSAA.NumSamples == 16)) && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@johnmach Hi, could you take a look when you get a minute? Thanks.
Fixed in https://github.com/intel/gmmlib/commit/f1fa9eac06b92805f2f5670a9b2fbb923a557db6 .
NumSamples can not be 8 and 16 at the same time. Closes #78.