Remove an assert (#1712)

Signed-off-by: moudgils <moudgils@amazon.com>
Remove this assert as it was firing for swapchain imageview.
This commit is contained in:
moudgils
2021-06-30 23:23:55 -07:00
committed by GitHub
parent b4a2edec6a
commit c6b86e3c40
@@ -61,7 +61,6 @@ namespace AZ
//If view format is invalid use the base texture's format
if(textureViewFormat == MTLPixelFormatInvalid)
{
AZ_Assert(false,"View format is invalid");
textureViewFormat = textureFormat;
}