mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-03 03:09:13 +00:00
[surface, vk, pipeline, texture_cache] Texture Sampling Fix
This commit is contained in:
committed by
Caio Oliveira
parent
58fb3487d1
commit
c4b0d116e9
@@ -520,6 +520,7 @@ 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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user