[surface, vk, pipeline, texture_cache] Texture Sampling Fix

This commit is contained in:
CamilleLaVey 2025-11-24 19:53:02 -04:00 committed by Caio Oliveira
parent 58fb3487d1
commit c4b0d116e9
No known key found for this signature in database
GPG key ID: AAAE6C7FD4186B0C
5 changed files with 65 additions and 10 deletions

View file

@ -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);