Wrong buffer size calculation
skrphv opened this issue · 0 comments
skrphv commented
For CMP_FORMAT_RG_16
format pixel is assumed as 4 shorts:
https://github.com/GPUOpen-Tools/compressonator/blob/master/cmp_compressonatorlib/compressonator.cpp#L138C55-L138C55
But in codecbuffer_rg16
pixel size is ok:
https://github.com/GPUOpen-Tools/compressonator/blob/master/cmp_compressonatorlib/buffer/codecbuffer_rg16.cpp#L38C57-L38C57