mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00:00
vk_texture_cache: Use nearest neighbor scaling when available
This commit is contained in:
parent
5cef89d424
commit
0213e5353d
4 changed files with 36 additions and 29 deletions
|
@ -460,6 +460,8 @@ bool IsPixelFormatASTC(PixelFormat format);
|
|||
|
||||
bool IsPixelFormatSRGB(PixelFormat format);
|
||||
|
||||
bool IsPixelFormatInteger(PixelFormat format);
|
||||
|
||||
std::pair<u32, u32> GetASTCBlockSize(PixelFormat format);
|
||||
|
||||
u64 EstimatedDecompressedSize(u64 base_size, PixelFormat format);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue