mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-30 09:25:23 +02:00
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:
parent
dd4deb9796
commit
cb19579b44
5 changed files with 9 additions and 169 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue