Fix clang 13 compilation problems (#5791)
* Fix clang 13 compilation problems Re-instated ShowPlayedSequencesDebug logic by introducing no-op lambda which replaces missing `Draw2dLabel` functionality ( added TODO marker there ) Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * apply review suggestions Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * Fix type in assert message Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>
This commit is contained in:
@@ -32,10 +32,9 @@ namespace ImageProcessingAtom
|
||||
return;
|
||||
}
|
||||
|
||||
uint32 dwWidth, dwHeight, dwMips;
|
||||
uint32 dwWidth, dwHeight;
|
||||
dwWidth = Get()->GetWidth(0);
|
||||
dwHeight = Get()->GetHeight(0);
|
||||
dwMips = Get()->GetMipCount();
|
||||
|
||||
//if the output image size doesn't work the desired pixel format. set to fallback format
|
||||
const PixelFormatInfo* dstFmtInfo = CPixelFormats::GetInstance().GetPixelFormatInfo(fmtDst);
|
||||
|
||||
Reference in New Issue
Block a user