Revert "[surface, vk, pipeline, texture_cache] Refactor image view handling and add normalized compatible format utility"

This reverts commit 6a230bec1a.
This commit is contained in:
CamilleLaVey 2025-11-26 10:23:16 -04:00 committed by Caio Oliveira
parent dd4deb9796
commit cb19579b44
No known key found for this signature in database
GPG key ID: AAAE6C7FD4186B0C
5 changed files with 9 additions and 169 deletions

View file

@ -4,7 +4,6 @@
#pragma once
#include <climits>
#include <optional>
#include <utility>
#include "common/assert.h"
#include "common/common_types.h"
@ -516,9 +515,6 @@ bool IsPixelFormatInteger(PixelFormat format);
bool IsPixelFormatSignedInteger(PixelFormat format);
std::optional<PixelFormat> NormalizedCompatibleFormat(PixelFormat format);
std::optional<PixelFormat> IntegerCompatibleFormat(PixelFormat format);
size_t PixelComponentSizeBitsInteger(PixelFormat format);
std::pair<u32, u32> GetASTCBlockSize(PixelFormat format);