oops bcn format

This commit is contained in:
lizzie
2025-12-29 19:16:12 +00:00
committed by crueter
parent bcb739c9c0
commit 3ab734bc61
2 changed files with 71 additions and 104 deletions
@@ -23,11 +23,8 @@ using VideoCore::Surface::PixelFormat;
constexpr bool IsSigned(PixelFormat pixel_format) {
switch (pixel_format) {
case PixelFormat::BC4_SNORM:
case PixelFormat::BC4_UNORM:
case PixelFormat::BC5_SNORM:
case PixelFormat::BC5_UNORM:
case PixelFormat::BC6H_SFLOAT:
case PixelFormat::BC6H_UFLOAT:
return true;
default:
return false;